aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/bootscripts.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
commit0cda8984a835f37a573c0e2eb31676ff52773d16 (patch)
tree15144b985754fc6ac96540d091ef7682694c5781 /chapter07/bootscripts.xml
parent75fe59983cbfe4a5e5cec2a161cda0491162908c (diff)
Rewrite bootscripts and Chaper 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/bootscripts.xml')
-rw-r--r--chapter07/bootscripts.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml
index b4e76ea48..151706572 100644
--- a/chapter07/bootscripts.xml
+++ b/chapter07/bootscripts.xml
@@ -49,7 +49,6 @@
<sect2 id="contents-bootscripts" role="content">
<title>Contents of LFS-Bootscripts</title>
-
<segmentedlist>
<segtitle>Installed scripts</segtitle>
<segtitle>Installed directories</segtitle>
@@ -59,7 +58,7 @@
ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
sendsignals, setclock, static, swap, sysctl, sysklogd, template,
udev, and udev_retry</seg>
- <seg>/etc/rc.d, /etc/sysconfig</seg>
+ <seg>/etc/rc.d, /etc/sysconfig, /lib/boot</seg>
</seglistitem>
</segmentedlist>
@@ -140,7 +139,7 @@
<varlistentry id="ifdown-bootscripts">
<term><command>ifdown</command></term>
<listitem>
- <para>Assists the network script with stopping network devices</para>
+ <para>Stops a network device</para>
<indexterm zone="ch-scripts-bootscripts ifdown-bootscripts">
<primary sortas="d-ifdown">ifdown</primary>
</indexterm>
@@ -150,7 +149,7 @@
<varlistentry id="ifup-bootscripts">
<term><command>ifup</command></term>
<listitem>
- <para>Assists the network script with starting network devices</para>
+ <para>Initializes a network device</para>
<indexterm zone="ch-scripts-bootscripts ifup-bootscripts">
<primary sortas="d-ifup">ifup</primary>
</indexterm>
@@ -325,7 +324,7 @@
<term><command>udev_retry</command></term>
<listitem>
<para>Retries failed udev uevents, and copies generated rules
- files from <filename class="directory">/dev/.udev</filename> to
+ files from to
<filename class="directory">/etc/udev/rules.d</filename> if required</para>
<indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
<primary sortas="d-udev-retry">udev_retry</primary>