Changeset aeb956f for chapter07


Ignore:
Timestamp:
02/17/2007 08:36:32 PM (17 years ago)
Author:
Bryan Kadzban <bryan@…>
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, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
84dbfdac
Parents:
791f8426
Message:

Update contents of lfs-bootscripts

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    r791f8426 raeb956f  
    5050      <seglistitem>
    5151        <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
    52         localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
    53         setclock, static, swap, sysklogd, template, and udev</seg>
     52        localnet, modules, mountfs, mountkernfs, network, rc, reboot,
     53        sendsignals, setclock, static, swap, sysctl, sysklogd, template,
     54        udev, and udev_retry</seg>
    5455      </seglistitem>
    5556    </segmentedlist>
     
    148149      </varlistentry>
    149150
     151      <varlistentry id="modules-bootscripts">
     152        <term><command>modules</command></term>
     153        <listitem>
     154          <para>Loads kernel modules listed in
     155          <filename>/etc/sysconfig/modules</filename>, using arguments
     156          that are also given there</para>
     157          <indexterm zone="ch-scripts-bootscripts modules-bootscripts">
     158            <primary sortas="d-modules">modules</primary>
     159          </indexterm>
     160        </listitem>
     161      </varlistentry>
     162
    150163      <varlistentry id="mountfs-bootscripts">
    151164        <term><command>mountfs</command></term>
     
    246259      </varlistentry>
    247260
     261      <varlistentry id="sysctl-bootscripts">
     262        <term><command>sysctl</command></term>
     263        <listitem>
     264          <para>Loads system configuration values from
     265          <filename>/etc/sysctl.conf</filename>, if that file exists,
     266          into the running kernel</para>
     267          <indexterm zone="ch-scripts-bootscripts sysctl-bootscripts">
     268            <primary sortas="d-sysctl">sysctl</primary>
     269          </indexterm>
     270        </listitem>
     271      </varlistentry>
     272
    248273      <varlistentry id="sysklogd-bootscripts">
    249274        <term><command>sysklogd</command></term>
     
    278303      </varlistentry>
    279304
     305      <varlistentry id="udev-retry-bootscripts">
     306        <term><command>udev_retry</command></term>
     307        <listitem>
     308          <para>Retries failed udev uevents, and copies generated rules
     309          files from <filename class="directory">/dev/.udev</filename> to
     310          <filename class="directory">/etc/udev/rules.d</filename> if required</para>
     311          <indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
     312            <primary sortas="d-udev-retry">udev_retry</primary>
     313          </indexterm>
     314        </listitem>
     315      </varlistentry>
     316
    280317    </variablelist>
    281318
Note: See TracChangeset for help on using the changeset viewer.