Fixed another non-root boot/root bug. The info had it correct, but the actual

copy with genext2fs was being done from the wrong location.  This has been
fixed.
This commit is contained in:
freesource
2002-01-15 07:01:02 +00:00
parent b14a469786
commit fb9b3ed43b
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -3195,7 +3195,7 @@ sub device2 {
if (
sys("/usr/lib/bootroot/$main::makefs -b $device_size -d $mnt $entry_advanced[3]") !~
sys("/usr/lib/bootroot/$main::makefs -b $device_size -d $tmp/rootdisk $entry_advanced[3]") !~
/^0$/ ) {
info( 0, "/usr/lib/bootroot/$main::makefs -b $device_size -d $tmp/rootdisk $entry_advanced[3]\n");
$error = error("Cannot $fs_type filesystem.\n");
@@ -3212,6 +3212,7 @@ sub device2 {
"gBootRoot: ERROR: Root disk did not properly umount") == 2;
}
$line_count = $line_count * 2;
pb($FS,$count,$line_count);
info(0, "Finished!\n");