Changeset ce5ebe1 for chapter09


Ignore:
Timestamp:
02/11/2013 08:15:37 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
dbfc674
Parents:
eea4055
Message:

Remove trailing whitespace from all files.

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

Location:
chapter09
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter09/reboot.xml

    reea4055 rce5ebe1  
    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

    reea4055 rce5ebe1  
    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.