aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/bootscripts-desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa/bootscripts-desc.xml')
-rw-r--r--appendixa/bootscripts-desc.xml13
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>