1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

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

This commit is contained in:
freesource 2000-08-25 20:45:30 +00:00
parent 2686f7746a
commit 764f969ee1

View File

@ -109,7 +109,7 @@ my $norm_root_device;
# temporarily for a test # temporarily for a test
my $strip = $true; my $strip = $false;
# My own creation - the roots touch the ground if three lines are added. # My own creation - the roots touch the ground if three lines are added.
my @xpm_data = ( my @xpm_data = (
@ -1108,7 +1108,7 @@ sub initrd_size {
# lib sizes # lib sizes
# for testing purposes change $lib_place value # 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 open(L,"ldd /sbin/init|") or die "Oops, no init could be found :)\n"; # safe to use ldd
while (<L>) { while (<L>) {
$lib = (split(/=>/,$_))[0]; $lib = (split(/=>/,$_))[0];