Browse Source

Changed some values so things will work .. was running a test in initrd_size.

master
freesource 24 years ago
parent
commit
764f969ee1
  1. 4
      gBootRoot

4
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 (<L>) {
$lib = (split(/=>/,$_))[0];

Loading…
Cancel
Save