%general-entities; ]> LFS-Bootscripts-&lfs-bootscripts-version; Bootscripts boot Installation of LFS-Bootscripts Install the package: make ETCDIR=${LFS}/etc minimal Make bootscripts usable at boot: cp ${LFS}/etc/rc.d/init.d/functions{,.bak} sed 's|/bin:/usr/bin:/sbin:/usr/sbin|/tools/bin:/tools/sbin:/bin:/sbin|g' \ ${LFS}/etc/rc.d/init.d/functions.bak \ > ${LFS}/etc/rc.d/init.d/functions cp ${LFS}/etc/rc.d/init.d/mountfs{,.bak} sed 's@mount -f /sys || failed=1@mount -f /sys | udevstart || failed=1@' \ ${LFS}/etc/rc.d/init.d/mountfs.bak \ > ${LFS}/etc/rc.d/init.d/mountfs If you do not know whether or not the hardware clock is set to UTC, you can find out after you have booted the new machine by running the hwclock --localtime --show command, and if necessary editing the /etc/sysconfig/clock script. The worst that will happen if you make a wrong guess here is that the time displayed will be wrong. cat > ${LFS}/etc/sysconfig/clock << "EOF" # Begin /etc/sysconfig/clock UTC=1 # End /etc/sysconfig/clock EOF <para>Details on this package are located in <xref linkend="contents-bootscripts" role="."/></para> </sect2> </sect1>