mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-13 15:11:41 -04:00
This makes the default replacement directory permanent, rather than calling it over and
over again. Right, now busyboxes ldd is being used in Yard.pm for some experiments.
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
|
||||
# gBootRoot Copyright (C) 2000, 2001
|
||||
#
|
||||
#
|
||||
# AUTHOR
|
||||
# ------
|
||||
#
|
||||
# [ Lead Developer and Project Coordinator ]
|
||||
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||
#
|
||||
#
|
||||
#
|
||||
# CONTRIBUTORS
|
||||
# ------------
|
||||
#
|
||||
@@ -279,6 +283,7 @@ $main::global_yard = $home_yard;
|
||||
$main::oldroot = "/OLDROOT";
|
||||
my $global_yard_replacements = "/usr/share/gbootroot/yard/Replacements";
|
||||
my $global_yard_templates = "/usr/share/gbootroot/yard/templates";
|
||||
$ENV{'PATH'} = "$home_yard:" . $ENV{'PATH'};
|
||||
|
||||
|
||||
my $initrd;
|
||||
@@ -2876,7 +2881,7 @@ sub lilo_put_it_together {
|
||||
pb($B,7);
|
||||
chdir("$mnt"); #"boot_root: ERROR: Could not change directories\n";
|
||||
|
||||
# This enforces that lilo is only ran on a bootable drive,
|
||||
# This enforces that lilo is only wil run on a bootable drive,
|
||||
# otherwise the user has to do it manually.
|
||||
if ($container[BOOT_DEVICE] eq $entry_advanced[0]) {
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user