From 13e7d79417834f974264b5eecc99cf949ebc307d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 3 Sep 2011 15:42:14 +0000 Subject: Fix binutils extracted directory version in binutils build instructions. This will be reverted at the next upstream release when the tarball name is again synced with the extracted directory name. Fix bootscripts to properly export IN_BOOT variable. Adjust minimum kernel for the host sysem to 2.6.25 due to a udev requirement. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9592 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/lfs/init.d/rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bootscripts') diff --git a/bootscripts/lfs/init.d/rc b/bootscripts/lfs/init.d/rc index 4cd3ef0c1..9538b3407 100644 --- a/bootscripts/lfs/init.d/rc +++ b/bootscripts/lfs/init.d/rc @@ -100,7 +100,10 @@ if [ "${previous}" != "N" ]; then done fi -[ "${previous}" = "N" ] && IN_BOOT=1 +if [ "${previous}" = "N" ]; then + IN_BOOT=1 + export IN_BOOT +fi #Start all functions in this runlevel for i in $( ls -v /etc/rc.d/rc${runlevel}.d/S* 2> /dev/null) -- cgit v1.2.3-54-g00ecf