aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/reboot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r--chapter09/reboot.xml10
1 files changed, 5 insertions, 5 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