diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-08-19 21:35:01 +0000 |
commit | b5b97081a932b0efb46b407511e29176b615ab22 (patch) | |
tree | 4b34a94b4fccffb9f44d3d8091908a9ce343a31e /chapter07 | |
parent | 1b40540233b2d50bce2b424e0eea4ed7cfff1f4e (diff) |
Updates to file and library contenets.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index 5c7d71cbd..7c2979f99 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -55,8 +55,8 @@ <seglistitem> <seg>checkfs, cleanfs, console, functions, halt, ifdown, - ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot, - sendsignals, setclock, static, swap, sysctl, sysklogd, template, + ifup, localnet, modules, mountfs, mountvirtfs, network, rc, reboot, + sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template, udev, and udev_retry</seg> <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig, /lib/services, /lib/lsb (symbolic link)</seg> @@ -179,13 +179,13 @@ </listitem> </varlistentry> - <varlistentry id="mountkernfs-bootscripts"> - <term><command>mountkernfs</command></term> + <varlistentry id="mountvirtfs-bootscripts"> + <term><command>mountvirtfs</command></term> <listitem> <para>Mounts virtual kernel file systems, such as <systemitem class="filesystem">proc</systemitem></para> - <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts"> - <primary sortas="d-mountkernfs">mountkernfs</primary> + <indexterm zone="ch-scripts-bootscripts mountvirtfs-bootscripts"> + <primary sortas="d-mountvirtfs">mountvirtfs</primary> </indexterm> </listitem> </varlistentry> @@ -245,13 +245,13 @@ </listitem> </varlistentry> - <varlistentry id="static-bootscripts"> - <term><command>static</command></term> + <varlistentry id="ipv4-static-bootscripts"> + <term><command>ipv4-static</command></term> <listitem> <para>Provides the functionality needed to assign a static Internet Protocol (IP) address to a network interface</para> - <indexterm zone="ch-scripts-bootscripts static-bootscripts"> - <primary sortas="d-static">static</primary> + <indexterm zone="ch-scripts-bootscripts ipv4-static-bootscripts"> + <primary sortas="d-ipv4-static">ipv4-static</primary> </indexterm> </listitem> </varlistentry> |