From 764f969ee1b002a64ce0e7051abc6540220c72ba Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 25 Aug 2000 20:45:30 +0000 Subject: [PATCH] Changed some values so things will work .. was running a test in initrd_size. --- gBootRoot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gBootRoot b/gBootRoot index 18af5a6..4828a18 100644 --- a/gBootRoot +++ b/gBootRoot @@ -109,7 +109,7 @@ my $norm_root_device; # temporarily for a test -my $strip = $true; +my $strip = $false; # My own creation - the roots touch the ground if three lines are added. my @xpm_data = ( @@ -1108,7 +1108,7 @@ sub initrd_size { # lib sizes # for testing purposes change $lib_place value - my $lib_place = "/home/mttrader/test"; + my $lib_place = "/lib"; open(L,"ldd /sbin/init|") or die "Oops, no init could be found :)\n"; # safe to use ldd while () { $lib = (split(/=>/,$_))[0];