Browse Source

Turned off the busybox test.

master
freesource 23 years ago
parent
commit
306cbc8cd0
  1. 9
      gbootroot

9
gbootroot

@ -276,8 +276,8 @@ if ( $> != 0 && -e "/usr/lib/bootroot/genext2fs" ) {
} }
# This is for experimental stuff .. basically so I can test # This is for experimental stuff .. basically so I can test
# the boot fs as a normal user, since it's hard to create a boot disk # the boot fs as a normal user, since it's hard to create a boot disk
# with enough room using genext2fs, otherwise. # with enough room using genext2fs.
my $busybox = 1; my $busybox;
# Yard Stuff # Yard Stuff
@ -2798,7 +2798,6 @@ sub lilo_put_it_together {
} }
} }
info(0,"DEVICES @devices\n");
device_table( @devices ); device_table( @devices );
close(BootRoot::Yard::DEVICE_TABLE); close(BootRoot::Yard::DEVICE_TABLE);
@ -3823,6 +3822,7 @@ sub initrd {
} }
else { else {
chdir($pwd);
info(0, "Umounting loop device, and compressing initrd\n"); info(0, "Umounting loop device, and compressing initrd\n");
return if errum(sys("umount $tmp/initrd_mnt")) == 2; return if errum(sys("umount $tmp/initrd_mnt")) == 2;
} }
@ -4188,8 +4188,7 @@ read ENTER
echo Mounting $root_device readonly ... echo Mounting $root_device readonly ...
# -t causes busybox to fail here, -o doesn't help much either .. needs to # -t causes busybox to fail here, -o doesn't help much either.
# be repeated twice, which is silly .. the mounting.
#mount -o ro -t ext2 $root_device /mnt #mount -o ro -t ext2 $root_device /mnt
mount $root_device /mnt mount $root_device /mnt

Loading…
Cancel
Save