Changeset b8a3fb2


Ignore:
Timestamp:
07/02/2005 05:28:48 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
82fd24a
Parents:
b568bbaf
Message:

Reprise of r6318. (merged from trunk r6334)

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

Location:
chapter07
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter07/bootscripts.xml

    rb568bbaf rb8a3fb2  
    8181<term><command>functions</command></term>
    8282<listitem>
    83 <para>Contains common functions that are used by several bootscripts, such as
    84 error and status checking</para>
     83<para>Contains common functions, such as error and status checking, that are
     84used by several bootscripts</para>
    8585<indexterm zone="ch-scripts-bootscripts functions-bootscripts"><primary sortas="d-functions">functions</primary></indexterm>
    8686</listitem>
  • chapter07/console.xml

    rb568bbaf rb8a3fb2  
    1414<para>This section discusses how to configure the <command>console</command>
    1515bootscript that sets up the keyboard map and the console font. If non-ASCII
    16 characters (British pound and Euro character are examples of non-ASCII
    17 characters) will not be used and the keyboard is a U.S. one, skip this section.
    18 Without the configuration file, the <command>console</command> bootscript will
    19 do nothing.</para>
     16characters (e.g., the British pound sign and Euro character) will not be used
     17and the keyboard is a U.S. one, skip this section. Without the configuration
     18file, the <command>console</command> bootscript will do nothing.</para>
    2019
    2120<para>The <command>console</command> script reads the
  • chapter07/network.xml

    rb568bbaf rb8a3fb2  
    5454by the network script and not be brought up.</para>
    5555
    56 <para>The <envar>SERVICE</envar> variable defines the method used in obtaining
     56<para>The <envar>SERVICE</envar> variable defines the method used for obtaining
    5757the IP address. The LFS-Bootscripts package has a modular IP assignment format,
    5858and creating additional files in the <filename
  • chapter07/setclock.xml

    rb568bbaf rb8a3fb2  
    1818<filename>/etc/localtime</filename> file (which tells the
    1919<command>hwclock</command> program which timezone the user is in). There is no
    20 way to detect whether or not the hardware clock is set to UTC time, so this
     20way to detect whether or not the hardware clock is set to UTC, so this
    2121needs to be configured manually.</para>
    2222
    23 <para>If you cannot remember whether or not the hardware clock is set to UTC
    24 time, find out by running the <userinput>hwclock --localtime --show</userinput>
     23<para>If you cannot remember whether or not the hardware clock is set to UTC,
     24find out by running the <userinput>hwclock --localtime --show</userinput>
    2525command. This will display what the current time is according to the hardware
    2626clock. If this time matches whatever your watch says, then the hardware clock is
  • chapter07/udev.xml

    rb568bbaf rb8a3fb2  
    125125<filename>/etc/sysconfig/modules</filename> file. By adding module names to the
    126126<filename>modules</filename> file, these modules will be loaded when the
    127 computer is starts up. This allows <command>udev</command> to detect the devices
     127computer starts up. This allows <command>udev</command> to detect the devices
    128128and create the appropriate device nodes.</para>
    129129
  • chapter07/usage.xml

    rb568bbaf rb8a3fb2  
    1919
    2020<para>SysVinit (which will be referred to as <quote>init</quote> from now on)
    21 works using a run-levels scheme. There are seven (from 0 to 6) run-levels
     21works using a run-levels scheme. There are seven (numbered 0 to 6) run-levels
    2222(actually, there are more run-levels, but they are for special cases and are
    2323generally not used. The init manual page describes those details), and each one
Note: See TracChangeset for help on using the changeset viewer.