diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 23:48:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-01-15 23:48:18 +0000 |
commit | 1789d563b326f3c51ba171b69c6c024367fb333d (patch) | |
tree | 712ad842444e0278d744a768359cbc39f101275e /appendixa | |
parent | d25924262dd35fdf2c0eb83f6701508fd30c4341 (diff) |
added bootscripts to appendix a
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/appendixa.xml | 1 | ||||
-rw-r--r-- | appendixa/bootscripts-dep.xml | 11 | ||||
-rw-r--r-- | appendixa/bootscripts-desc.xml | 72 | ||||
-rw-r--r-- | appendixa/bootscripts-down.xml | 7 | ||||
-rw-r--r-- | appendixa/bootscripts.xml | 10 |
5 files changed, 101 insertions, 0 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index f9a6999c2..d11f68ac7 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -55,5 +55,6 @@ &aa-textutils; &aa-utillinux; &aa-vim; +&aa-bootscripts; </appendix> diff --git a/appendixa/bootscripts-dep.xml b/appendixa/bootscripts-dep.xml new file mode 100644 index 000000000..dc873bb15 --- /dev/null +++ b/appendixa/bootscripts-dep.xml @@ -0,0 +1,11 @@ +<sect2> +<title>Dependencies</title> + +<para>bootscripts-&bootscritps-depversion; needs the following to be installed:</para> + +<literallayout> +fileutils: cp +</literallayout> + +</sect2> + diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml new file mode 100644 index 000000000..ec22e49d5 --- /dev/null +++ b/appendixa/bootscripts-desc.xml @@ -0,0 +1,72 @@ +<sect2><title>Contents</title> + +<para>The LFS-Bootscripts package contains the system bootscripts.</para> + +</sect2> + +<sect2><title>Description</title> + +<sect3><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> + +<sect3><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> + +<sect3><title>functions</title> +<para>The functions script contains shared functions among different +scripts such as error checking, status checking, etc.</para></sect3> + +<sect3><title>halt</title> +<para>The halt script halts the system.</para></sect3> + +<sect3><title>loadkeys</title> +<para>The loadkeys script loads the proper keymap table that matches your +keyboard layout.</para></sect3> + +<sect3><title>localnet</title> +<para>The localnet script sets up the system's hostname and local loopback +device.</para></sect3> + +<sect3><title>mountfs</title> +<para>The mountfs script mounts all file systems that aren't marked noauto +or aren't network based.</para></sect3> + +<sect3><title>network</title> +<para>The network script setup network interfaces (such as network cards) +and sets up the default gateway where applicable.</para></sect3> + +<sect3><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> + +<sect3><title>reboot</title> +<para>The reboot scripts reboots the system.</para></sect3> + +<sect3><title>sendsignals</title> +<para>The sendsignals script makes sure every process is terminated before +the system reboots or halts.</para></sect3> + +<sect3><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> + +<sect3><title>swap</title> +<para>The swap scripts enables and disables swap files and +partitions.</para></sect3> + +<sect3><title>sysklogd</title> +<para>The sysklogd script start and stops the system and kernel log +daemons.</para></sect3> + +<sect3><title>template</title> +<para>The template script is a template you can use to create your own +bootscripts for your other daemons.</para></sect3> + +</sect2> + diff --git a/appendixa/bootscripts-down.xml b/appendixa/bootscripts-down.xml new file mode 100644 index 000000000..0dd9e00b0 --- /dev/null +++ b/appendixa/bootscripts-down.xml @@ -0,0 +1,7 @@ +<sect2> +<title>Official Download Location</title> + +<para><literallayout>LFS-Bootscripts (&bootscripts-version;): +<ulink url="&ftp;/">&ftp;/</ulink> +<ulink url="&http;/">&http;/</ulink></literallayout></para> +</sect2> diff --git a/appendixa/bootscripts.xml b/appendixa/bootscripts.xml new file mode 100644 index 000000000..6c3b99db6 --- /dev/null +++ b/appendixa/bootscripts.xml @@ -0,0 +1,10 @@ +<sect1 id="aa-bootscripts"> +<title>LFS-Bootscripts</title> +<?dbhtml filename="bootscripts.html" dir="appendixa"?> + +&aa-bootscripts-down; +&aa-bootscripts-desc; +&aa-bootscripts-dep; + +</sect1> + |