%general-entities; ]> LFS-Bootscripts-&bootscripts-version; Bootscripts <para>The LFS-Bootscripts package contains a set of bootscripts.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem><seg>0.1 SBU</seg><seg>0.3 MB</seg></seglistitem> </segmentedlist> <segmentedlist> <segtitle>LFS-Bootscripts installation depends on</segtitle> <seglistitem><seg>Bash, Coreutils</seg></seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of LFS-Bootscripts Install the package: make install Contents of LFS-bootscripts Installed scripts checkfs, cleanfs, console, functions, halt, ifdown, ifup, localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals, setclock, static, swap, sysklogd, template and udev Short descriptions checkfs checkfs checks the file systems before they are mounted (with the exception of journal and network based file systems). cleanfs cleanfs removes files that should not be preserved between reboots, such as those in /var/run/ and /var/lock/. It re-creates /var/run/utmp and removes the possibly present /etc/nologin, /fastboot and /forcefsck files. console console loads the keymap table you specified as proper for the keyboard layout. It also sets the screen font. functions functions contains functions shared among different scripts, such as error and status checking. halt halt halts the system. ifdown ifdown assist the network script with network devices. ifup ifup assist the network script with network devices. localnet localnet sets up the system's hostname and local loopback device. mountfs mountfs mounts all file systems, except ones that are marked noauto or are network based. mountkernfs mountkernfs is used to mount kernel-provided file systems, such as proc. network network sets up network interfaces, such as network cards, and sets up the default gateway (where applicable). rc rc is the master run-level control script. It is responsible for running all the other scripts one-by-one, in a sequence determined by the name of the symbolic links being processed. reboot reboot reboots the system. sendsignals sendsignals makes sure every process is terminated before the system reboots or halts. setclock setclock resets the kernel clock to localtime in case the hardware clock is not set to UTC time. static static provides the functionality needed to assign a static IP address to a network interface. swap swap enables and disables swap files and partitions. sysklogd sysklogd starts and stops the system and kernel log daemons. template template is a template to create custom bootscripts for other daemons. udev udev sets up udev and create the devices nodes in /dev