diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 15:53:59 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 15:53:59 +0000 |
commit | 96df90553bbf7fee17d0ee64d6acdafe9910e3c7 (patch) | |
tree | c956c6467dcc11fda210d3fd46b1b16401d0e9cd /appendixa/bootscripts-desc.xml | |
parent | 72cdfce8dda6bdce962d13abe68e305425ec6421 (diff) |
Shadow, Util-linux, LFS-Bootscripts: Updated package contents.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r-- | appendixa/bootscripts-desc.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml index 898dc1abc..228ca79ea 100644 --- a/appendixa/bootscripts-desc.xml +++ b/appendixa/bootscripts-desc.xml @@ -4,9 +4,9 @@ <sect3><title>Scripts</title> -<para>checkfs, cleanfs, functions, halt, loadkeys, localnet, mountfs, -network, rc, reboot, sendsignals, setclock, swap, sysklogd and -template</para></sect3> +<para>checkfs, cleanfs, functions, halt, ifdown, ifup, loadkeys, localnet, +mountfs, mountproc, network, rc, reboot, sendsignals, setclock, swap, +sysklogd and template</para></sect3> <sect3><title>Descriptions</title> @@ -28,6 +28,10 @@ scripts such as error checking, status checking, etc.</para></sect4> <sect4><title>halt</title> <para>The halt script halts the system.</para></sect4> +<sect4><title>ifdown, ifup</title> +<para>The ifdown and ifup scripts assist the network script with +network devices.</para></sect4> + <sect4><title>loadkeys</title> <para>The loadkeys script loads the proper keymap table that matches your keyboard layout.</para></sect4> @@ -40,6 +44,9 @@ device.</para></sect4> <para>The mountfs script mounts all file systems that aren't marked noauto or aren't network based.</para></sect4> +<sect4><title>mountproc</title> +<para>The mountproc script is used to mount the proc filesystem.</para></sect4> + <sect4><title>network</title> <para>The network script sets up network interfaces (such as network cards) and sets up the default gateway where applicable.</para></sect4> |