Changeset 2ca8941 for chapter09


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:
chapter09
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    rc0220ed r2ca8941  
    1818  environment, you can leave yourself in a much better position to continue on
    1919  once you reboot into your new LFS installation. Here are some suggestions:</para>
    20  
     20
    2121  <itemizedlist>
    2222
     
    5050    </para></listitem>
    5151
    52     <listitem><para>To make fetching files over the internet easier, install 
     52    <listitem><para>To make fetching files over the internet easier, install
    5353    <ulink url='&blfs-root;/view/svn/basicnet/wget.html'>wget</ulink>.
    5454    </para></listitem>
     
    6060    </para></listitem>
    6161
    62     <listitem><para>Finally, a review of the following configuration files 
     62    <listitem><para>Finally, a review of the following configuration files
    6363    is also appropriate at this point.  </para>
    6464
     
    8989<screen><userinput>umount -v $LFS/dev/pts
    9090
    91 if [ -h $LFS/dev/shm ]; then 
     91if [ -h $LFS/dev/shm ]; then
    9292  link=$(readlink $LFS/dev/shm)
    9393  umount -v $LFS/$link
     
    9595else
    9696  umount -v $LFS/dev/shm
    97 fi 
     97fi
    9898
    9999umount -v $LFS/dev
  • chapter09/theend.xml

    rc0220ed r2ca8941  
    3535DISTRIB_DESCRIPTION="Linux From Scratch"
    3636EOF</userinput></screen>
    37  
     37
    3838  <para>Be sure to put some sort of customization for the field
    3939  'DISTRIB_CODENAME' to make the system uniquely yours.</para>
Note: See TracChangeset for help on using the changeset viewer.