%general-entities; ]> CLFS-Bootscripts-&clfs-bootscripts-version; Bootscripts <para>The CLFS-Bootscripts package contains a set of scripts to start/stop the CLFS system at bootup/shutdown.</para> </sect2> <sect2 role="installation"> <title>Installation of CLFS-Bootscripts Unlike other chapters, after installing the bootscripts, do not delete the bootscripts source directory. The bootscripts source directory may be needed later. Install the package: make DESTDIR=${CLFS} install-bootscripts The CLFS startup bootscript is /etc/rc.d/startup, but BusyBox will look for /etc/init.d/rcS to use as its startup script. To ensure BusyBox finds the startup script, create the ${CLFS}/etc/init.d directory and a symlink: install -dv ${CLFS}/etc/init.d ln -sv ../rc.d/startup ${CLFS}/etc/init.d/rcS Contents of CLFS-Bootscripts Installed scripts bridge, functions, network, start, stop, and syslog. Short Descriptions bridge Sets up network bridging, if configured bridge functions Contains common functions, such as error and status checking, that are used by several bootscripts functions network Sets up network interfaces, such as network cards, and sets up the default gateway (where applicable) network syslog Starts and stops the system log daemons syslog