%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 checks the file systems before they are mounted (with the exception of journal and network based file systems). checkfs 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. cleanfs console loads the keymap table you specified as proper for the keyboard layout. It also sets the screen font. console functions contains functions shared among different scripts, such as error and status checking. functions halt halts the system. halt ifdown assist the network script with network devices. ifdown ifup assist the network script with network devices. ifup localnet sets up the system's hostname and local loopback device. localnet mountfs mounts all file systems, except ones that are marked noauto or are network based. mountfs mountkernfs is used to mount kernel-provided file systems, such as proc. mountkernfs network sets up network interfaces, such as network cards, and sets up the default gateway (where applicable). network 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. rc reboot reboots the system. reboot sendsignals makes sure every process is terminated before the system reboots or halts. sendsignals setclock resets the kernel clock to localtime in case the hardware clock is not set to UTC time. setclock static provides the functionality needed to assign a static IP address to a network interface. static swap enables and disables swap files and partitions. swap sysklogd starts and stops the system and kernel log daemons. sysklogd template is a template to create custom bootscripts for other daemons. template udev sets up udev and create the devices nodes in /dev udev