From 2b5179472bcad0d98dcd52acda5fdac7f7339718 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 7 Nov 2001 07:47:11 +0000 Subject: [PATCH] Text additions. --- gbootroot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gbootroot b/gbootroot index 1204574..326c18e 100755 --- a/gbootroot +++ b/gbootroot @@ -501,6 +501,10 @@ else { # /tmp/gboot_non_root_'id -u1`/initrd_mnt \ # auto defaults,noauto,user,loop 0 0 # + # + # For genext2fs this is the only line required, this is so that lilo can + # run. + # # /dev/fd0 /tmp/gboot_not_root_mnt_`id -u` auto defaults,noauto,user 0 0 @@ -2836,7 +2840,6 @@ sub lilo_put_it_together { if ( $fs_type eq "genext2fs" ) { my $error; -=pod # if ( sys("/usr/lib/bootroot/$main::makefs -b $device_size -d $mnt -D $device_table $entry_advanced[0]") !~ @@ -2844,7 +2847,6 @@ sub lilo_put_it_together { $error = error("Cannot $fs_type filesystem.\n"); return "ERROR" if $error && $error eq "ERROR"; } -=cut # } @@ -2877,7 +2879,6 @@ sub lilo_put_it_together { # This enforces that lilo is only ran on a bootable drive, # otherwise the user has to do it manually. if ($container[BOOT_DEVICE] eq $entry_advanced[0]) { -=pod # if ( err_custom("lilo -v -C brlilo.conf -r $mnt", "gBootRoot: ERROR: lilo failed") == 2 ) { @@ -2885,7 +2886,6 @@ sub lilo_put_it_together { return; } # -=cut }