Remove summary information after copy image file by bar utility

master
Mike Hiretsky 14 years ago
parent 8c4f51ec0a
commit 28b9b619f9

@ -3341,7 +3341,7 @@ sub extract_exec{
}elsif($data{scratch_ws}){
if($data{run_bar} =~m/bar/){$bar ++; printmes("\n");}
#установка путем копирования ISO файла на жесткий диск (режим установки scratch)
return system("$data{path} $data{run_bar} $squashfs $data{mount}/livecd.squashfs");
return system("$data{path} $data{run_bar} -ns $squashfs $data{mount}/livecd.squashfs");
} }
return 1;
}

Loading…
Cancel
Save