Ignore:
Timestamp:
08/02/2011 02:15:42 AM (13 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.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:
a2e555d
Parents:
75fe599
Message:

Rewrite bootscripts and Chaper 7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/introduction.xml

    r75fe599 r0cda898  
    1111  <title>Introduction</title>
    1212
    13   <para>This chapter details how to install and configure the LFS-Bootscripts
    14   package. Most of these scripts will work without modification, but a few require
    15   additional configuration files because they deal with hardware-dependent
    16   information.</para>
     13  <para>This chapter discusses configuration files and boot scripts. 
     14  First, the general configuration files needed to set up networking are
     15  presented.</para>
     16 
     17  <itemizedlist>
     18     <listitem>
     19       <para><xref linkend="ch-scripts-network" role="."/></para>
     20     </listitem>
     21     <listitem>
     22       <para><xref linkend="ch-scripts-hosts" role="."/></para>
     23     </listitem>
     24  </itemizedlist>
     25 
     26  <para>Second, issues that affect the proper setup of devices diescussed.</para>
    1727
     28  <itemizedlist>
     29     <listitem>
     30       <para><xref linkend="ch-scripts-udev" role="."/></para>
     31     </listitem>
     32     <listitem>
     33       <para><xref linkend="ch-scripts-symlinks" role="."/></para>
     34     </listitem>
     35  </itemizedlist>
     36
     37  <para>The next sections detail how to install and configure the LFS system
     38  scripts needed during the boot process. Most of these scripts will work
     39  without modification, but a few require additional configuration files
     40  because they deal with hardware-dependent information.</para>
     41 
    1842  <para>System-V style init scripts are employed in this book because they are
    19   widely used. For additional options, a hint detailing the BSD style init setup
    20   is available at <ulink url="&hints-root;bsd-init.txt"/>.
    21   Searching the LFS mailing lists for <quote>depinit</quote> will also offer
    22   additional choices.</para>
     43  widely used and relatively simple. For additional options, a hint detailing
     44  the BSD style init setup is available at <ulink
     45  url="&hints-root;bsd-init.txt"/>.  Searching the LFS mailing lists for
     46  <quote>depinit</quote>, <quote>upstart</quote>, or <quote>systemd</quote>
     47  will also offer additional information.</para>
     48 
     49  <para>If using an alternative style of init scripts, skip these sections.</para>
    2350
    24   <para>If using an alternative style of init scripts, skip this chapter
    25   and move on to <xref linkend="chapter-bootable"/>.</para>
     51  <para>A listing of the boot scripts are found in <xref linkend="scripts"
     52  role="."/>.</para>
     53
     54
     55  <itemizedlist>
     56     <listitem>
     57       <para><xref linkend="ch-scripts-bootscripts" role="."/></para>
     58     </listitem>
     59     <listitem>
     60       <para><xref linkend="ch-scripts-usage" role="."/></para>
     61     </listitem>
     62     <listitem>
     63       <para><xref linkend="ch-scripts-hostname" role="."/></para>
     64     </listitem>
     65     <listitem>
     66       <para><xref linkend="ch-scripts-setclock" role="."/></para>
     67     </listitem>
     68     <listitem>
     69       <para><xref linkend="ch-scripts-console" role="."/></para>
     70     </listitem>
     71     <listitem>
     72       <para><xref linkend="ch-scripts-sysklogd" role="."/></para>
     73     </listitem>
     74  </itemizedlist>
     75 
     76 
     77  <para>Finally, there is a brief introduction to the scripts and configuration
     78  files used when the user logs into the system.</para>
     79
     80  <itemizedlist>
     81     <listitem>
     82       <para><xref linkend="ch-scripts-profile" role="."/></para>
     83     </listitem>
     84     <listitem>
     85       <para><xref linkend="ch-scripts-inputrc" role="."/></para>
     86     </listitem>
     87  </itemizedlist>
     88
    2689
    2790</sect1>
Note: See TracChangeset for help on using the changeset viewer.