aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-02-11 20:09:22 +0000
commit2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch)
tree1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter09
parentc0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff)
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r--chapter09/reboot.xml10
-rw-r--r--chapter09/theend.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 7700b2e93..d8d4aa00d 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -17,7 +17,7 @@
a few extra packages from the BLFS book while still in our current chroot
environment, you can leave yourself in a much better position to continue on
once you reboot into your new LFS installation. Here are some suggestions:</para>
-
+
<itemizedlist>
<listitem><para>A text mode browser such as <ulink
@@ -49,7 +49,7 @@
url='&blfs-root;/view/svn/postlfs/openssl.html'>openssl</ulink>.
</para></listitem>
- <listitem><para>To make fetching files over the internet easier, install
+ <listitem><para>To make fetching files over the internet easier, install
<ulink url='&blfs-root;/view/svn/basicnet/wget.html'>wget</ulink>.
</para></listitem>
@@ -59,7 +59,7 @@
url='&blfs-root;/view/svn/postlfs/parted.html'>parted</ulink> will be useful.
</para></listitem>
- <listitem><para>Finally, a review of the following configuration files
+ <listitem><para>Finally, a review of the following configuration files
is also appropriate at this point. </para>
<itemizedlist>
@@ -88,13 +88,13 @@
<screen><userinput>umount -v $LFS/dev/pts
-if [ -h $LFS/dev/shm ]; then
+if [ -h $LFS/dev/shm ]; then
link=$(readlink $LFS/dev/shm)
umount -v $LFS/$link
unset link
else
umount -v $LFS/dev/shm
-fi
+fi
umount -v $LFS/dev
umount -v $LFS/proc
diff --git a/chapter09/theend.xml b/chapter09/theend.xml
index 230784c1a..ed6a7e59b 100644
--- a/chapter09/theend.xml
+++ b/chapter09/theend.xml
@@ -34,7 +34,7 @@ DISTRIB_RELEASE="&version;"
DISTRIB_CODENAME="&lt;your name here&gt;"
DISTRIB_DESCRIPTION="Linux From Scratch"
EOF</userinput></screen>
-
+
<para>Be sure to put some sort of customization for the field
'DISTRIB_CODENAME' to make the system uniquely yours.</para>