Changeset b5b97081 for chapter07


Ignore:
Timestamp:
08/19/2013 09:35:01 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
de0e7714
Parents:
1b40540
Message:

Updates to file and library contenets.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    r1b40540 rb5b97081  
    5656      <seglistitem>
    5757        <seg>checkfs, cleanfs, console, functions, halt, ifdown,
    58         ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
    59         sendsignals, setclock, static, swap, sysctl, sysklogd, template,
     58        ifup, localnet, modules, mountfs, mountvirtfs, network, rc, reboot,
     59        sendsignals, setclock, ipv4-static, swap, sysctl, sysklogd, template,
    6060        udev, and udev_retry</seg>
    6161        <seg>/etc/rc.d, /etc/init.d (symbolic link), /etc/sysconfig,
     
    180180      </varlistentry>
    181181
    182       <varlistentry id="mountkernfs-bootscripts">
    183         <term><command>mountkernfs</command></term>
     182      <varlistentry id="mountvirtfs-bootscripts">
     183        <term><command>mountvirtfs</command></term>
    184184        <listitem>
    185185          <para>Mounts virtual kernel file systems, such as <systemitem
    186186          class="filesystem">proc</systemitem></para>
    187           <indexterm zone="ch-scripts-bootscripts mountkernfs-bootscripts">
    188             <primary sortas="d-mountkernfs">mountkernfs</primary>
     187          <indexterm zone="ch-scripts-bootscripts mountvirtfs-bootscripts">
     188            <primary sortas="d-mountvirtfs">mountvirtfs</primary>
    189189          </indexterm>
    190190        </listitem>
     
    246246      </varlistentry>
    247247
    248       <varlistentry id="static-bootscripts">
    249         <term><command>static</command></term>
     248      <varlistentry id="ipv4-static-bootscripts">
     249        <term><command>ipv4-static</command></term>
    250250        <listitem>
    251251          <para>Provides the functionality needed to assign a static Internet
    252252          Protocol (IP) address to a network interface</para>
    253           <indexterm zone="ch-scripts-bootscripts static-bootscripts">
    254             <primary sortas="d-static">static</primary>
     253          <indexterm zone="ch-scripts-bootscripts ipv4-static-bootscripts">
     254            <primary sortas="d-ipv4-static">ipv4-static</primary>
    255255          </indexterm>
    256256        </listitem>
Note: See TracChangeset for help on using the changeset viewer.