Changeset 2ca8941 for chapter08


Ignore:
Timestamp:
02/11/2013 08:09:22 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
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.3, 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:
c1ec480
Parents:
c0220ed
Message:

Remove trailing whitespace from all files.

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

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/fstab.xml

    rc0220ed r2ca8941  
    104104  <option>barrier=1</option> mount option to the appropriate entry in
    105105  <filename>/etc/fstab</filename>.  To check if the disk drive supports
    106   this option, run 
     106  this option, run
    107107  <ulink url="http://www.linuxfromscratch.org/blfs/view/cvs/general/hdparm.html">hdparm</ulink>
    108108  on the applicable disk drive.  For example, if:</para>
  • chapter08/grub.xml

    rc0220ed r2ca8941  
    4848    is the hard drive number and <emphasis>m</emphasis> is the partition
    4949    number. The hard drive number starts from zero, but the partition number
    50     starts from one for normal partitions and five for extended partitions. 
    51     Note that this is different from earlier versions where 
     50    starts from one for normal partitions and five for extended partitions.
     51    Note that this is different from earlier versions where
    5252    both numbers started from zero. For example, partition <filename
    5353    class="partition">sda1</filename> is <emphasis>(hd0,1)</emphasis> to
     
    6464    <title>Setting Up the Configuration</title>
    6565
    66     <para>GRUB works by writing data to the first physical track of the 
     66    <para>GRUB works by writing data to the first physical track of the
    6767    hard disk.  This area is not part of any file system.  The programs
    6868    there access GRUB modules in the boot partition.  The default location
     
    9191
    9292    <para>Install the GRUB files into <filename
    93     class="directory">/boot/grub</filename> and set up the boot track:</para> 
     93    class="directory">/boot/grub</filename> and set up the boot track:</para>
    9494
    9595    <warning>
    9696      <para>The following command will overwrite the current boot loader. Do not
    9797      run the command if this is not desired, for example, if using a third party
    98       boot manager to manage the Master Boot Record (MBR).</para> 
     98      boot manager to manage the Master Boot Record (MBR).</para>
    9999    </warning>
    100100
     
    102102
    103103<!-- This does not seem to be true any more
    104     <note><para><application>grub-install</application> is a script and calls another 
    105     program, grub-probe, that may fail with a message "cannot stat `/dev/root'". 
     104    <note><para><application>grub-install</application> is a script and calls another
     105    program, grub-probe, that may fail with a message "cannot stat `/dev/root'".
    106106    If so, create a temporary symbolic link from your root partition to /dev/root:</para>
    107107
     
    137137    <emphasis>linux</emphasis> line.  You will also need to change the
    138138    <emphasis>set root</emphasis> line to point to the boot partition.
    139     </para></note> 
     139    </para></note>
    140140
    141141    <para>GRUB is an extremely powerful program and it provides a tremendous
    142142    number of options for booting from a wide variety of devices, operating
    143     systems, and partition types.  There are also many options for customization 
     143    systems, and partition types.  There are also many options for customization
    144144    such as graphical splash screens, playing sounds, mouse input, etc.  The
    145145    details of these options are beyond the scope of this introduction.</para>
     
    148148    can write a configuration file automatically.  It uses a set of scripts in
    149149    /etc/grub.d/ and will destroy any customizations that you make.  These scripts
    150     are designed primarily for non-source distributions and are not recommended for 
    151     LFS.  If you install a commercial Linux distribution, there is a good chance 
    152     that this program will be run.  Be sure to back up your grub.cfg file.</para></caution> 
     150    are designed primarily for non-source distributions and are not recommended for
     151    LFS.  If you install a commercial Linux distribution, there is a good chance
     152    that this program will be run.  Be sure to back up your grub.cfg file.</para></caution>
    153153
    154154   </sect2>
  • chapter08/kernel.xml

    rc0220ed r2ca8941  
    6666    <note><para>Due to recent changes in <application>udev</application>, be sure to
    6767    select:</para>
    68    
     68
    6969    <screen role="nodump">Device Drivers  ---&gt;
    7070  Generic Driver Options  ---&gt;
     
    135135    It maps the function entry points of every function in the kernel API,
    136136    as well as the addresses of the kernel data structures for the running
    137     kernel.  It is used as a resource when investigating kernel problems. 
     137    kernel.  It is used as a resource when investigating kernel problems.
    138138    Issue the following command to install the map file:</para>
    139139
     
    229229
    230230      <seglistitem>
    231         <seg>config-&linux-version;, 
     231        <seg>config-&linux-version;,
    232232        vmlinux-&linux-version;-lfs-&version;-&linux-version;, and
    233233        System.map-&linux-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.