Changeset c909f28 for chapter07


Ignore:
Timestamp:
08/07/2007 02:04:57 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e7810bb
Parents:
6dc3a3b
Message:

Merge r8256, r8260, r8262, r8263, r8264, r8266, r8267, r8269 and r8272 to x86_64 branch.

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

Location:
chapter07
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    r6dc3a3b rc909f28  
    4949
    5050      <seglistitem>
    51         <seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
    52         localnet, modules, mountfs, mountkernfs, network, rc, reboot,
     51        <seg>checkfs, cleanfs, console, consolelog, functions, halt, ifdown,
     52        ifup, localnet, modules, mountfs, mountkernfs, network, rc, reboot,
    5353        sendsignals, setclock, static, swap, sysctl, sysklogd, template,
    5454        udev, and udev_retry</seg>
     
    9898      </varlistentry>
    9999
     100      <varlistentry id="consolelog-bootscripts">
     101        <term><command>consolelog</command></term>
     102        <listitem>
     103          <para>Sets the kernel log level to control messages reaching the
     104          console.</para>
     105          <indexterm zone="ch-scripts-bootscripts consolelog-bootscripts">
     106            <primary sortas="d-consolelog">consolelog</primary>
     107          </indexterm>
     108        </listitem>
     109      </varlistentry>
     110
    100111      <varlistentry id="functions-bootscripts">
    101112        <term><command>functions</command></term>
  • chapter07/console.xml

    r6dc3a3b rc909f28  
    1313  <indexterm zone="ch-scripts-console">
    1414    <primary sortas="d-console">console</primary>
     15    <secondary>configuring</secondary>
     16  </indexterm>
     17
     18  <indexterm zone="ch-scripts-console">
     19    <primary sortas="d-consolelog">consolelog</primary>
    1520    <secondary>configuring</secondary>
    1621  </indexterm>
  • chapter07/introduction.xml

    r6dc3a3b rc909f28  
    1818  <para>System-V style init scripts are employed in this book because they are
    1919  widely used. For additional options, a hint detailing the BSD style init setup
    20   is available at <ulink
    21   url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>.
     20  is available at <ulink url="&hints-root;bsd-init.txt"/>.
    2221  Searching the LFS mailing lists for <quote>depinit</quote> will also offer
    2322  additional choices.</para>
Note: See TracChangeset for help on using the changeset viewer.