diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/bootscripts-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r-- | appendixa/bootscripts-desc.xml | 72 |
1 files changed, 38 insertions, 34 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml index b5f180249..ad59f060e 100644 --- a/appendixa/bootscripts-desc.xml +++ b/appendixa/bootscripts-desc.xml @@ -1,72 +1,76 @@ -<sect2><title>Contents</title> +<sect2><title>Contents of LFS-bootscripts-&bootscripts-contversion;</title> -<para>The LFS-Bootscripts package contains the system bootscripts.</para> +<sect3><title>Scripts</title> -</sect2> +<para>checkfs, cleanfs, functions, halt, loadkeys, localnet, mountfs, +network, rc, reboot, sendsignals, setclock, swap, sysklogd and +template</para></sect3> -<sect2><title>Description</title> +<sect3><title>Descriptions</title> -<sect3><title>checkfs</title> +<sect4><title>checkfs</title> <para>The checkfs script checks the file systems just before they are mounted (with the exception of journal and network based file -systems)</para></sect3> +systems)</para></sect4> -<sect3><title>cleanfs</title> +<sect4><title>cleanfs</title> <para>The cleanfs script removes files that shouldn't be preserved between reboots, such as /var/run/*, /var/lock/*, it re-creates /var/run/utmp and removes the possible present /etc/nologin, /fastboot and /forcefsck -files.</para></sect3> +files.</para></sect4> -<sect3><title>functions</title> +<sect4><title>functions</title> <para>The functions script contains shared functions among different -scripts such as error checking, status checking, etc.</para></sect3> +scripts such as error checking, status checking, etc.</para></sect4> -<sect3><title>halt</title> -<para>The halt script halts the system.</para></sect3> +<sect4><title>halt</title> +<para>The halt script halts the system.</para></sect4> -<sect3><title>loadkeys</title> +<sect4><title>loadkeys</title> <para>The loadkeys script loads the proper keymap table that matches your -keyboard layout.</para></sect3> +keyboard layout.</para></sect4> -<sect3><title>localnet</title> +<sect4><title>localnet</title> <para>The localnet script sets up the system's hostname and local loopback -device.</para></sect3> +device.</para></sect4> -<sect3><title>mountfs</title> +<sect4><title>mountfs</title> <para>The mountfs script mounts all file systems that aren't marked noauto -or aren't network based.</para></sect3> +or aren't network based.</para></sect4> -<sect3><title>network</title> +<sect4><title>network</title> <para>The network script setup network interfaces (such as network cards) -and sets up the default gateway where applicable.</para></sect3> +and sets up the default gateway where applicable.</para></sect4> -<sect3><title>rc</title> +<sect4><title>rc</title> <para>The rc script is the master runlevel control script which is responsible for running all the other scripts one-by-one in a specific -sequence.</para></sect3> +sequence.</para></sect4> -<sect3><title>reboot</title> -<para>The reboot scripts reboots the system.</para></sect3> +<sect4><title>reboot</title> +<para>The reboot scripts reboots the system.</para></sect4> -<sect3><title>sendsignals</title> +<sect4><title>sendsignals</title> <para>The sendsignals script makes sure every process is terminated before -the system reboots or halts.</para></sect3> +the system reboots or halts.</para></sect4> -<sect3><title>setclock</title> +<sect4><title>setclock</title> <para>The setclock scripts resets the kernel clock to localtime in case -the hardware clock isn't set to GMT time.</para></sect3> +the hardware clock isn't set to GMT time.</para></sect4> -<sect3><title>swap</title> +<sect4><title>swap</title> <para>The swap scripts enables and disables swap files and -partitions.</para></sect3> +partitions.</para></sect4> -<sect3><title>sysklogd</title> +<sect4><title>sysklogd</title> <para>The sysklogd script start and stops the system and kernel log -daemons.</para></sect3> +daemons.</para></sect4> -<sect3><title>template</title> +<sect4><title>template</title> <para>The template script is a template you can use to create your own -bootscripts for your other daemons.</para></sect3> +bootscripts for your other daemons.</para></sect4> + +</sect3> </sect2> |