aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/bootscripts.xml
diff options
context:
space:
mode:
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>