diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index f3173733b..c4a94111c 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -58,6 +58,12 @@ needs in order to be built successfully. After the installation instructions
follows a list of programs and libraries that the package installs, together
with a series of short descriptions of these.
+If you wish to keep track of which package installs what files, you may
+want to use a package manager. For a general overview of package managers have
+a look at . And for
+a package management method specifically geared towards LFS see
+.
+
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index d5ef9bf58..56dc83ec6 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -7,12 +7,17 @@ your computer. First exit from the chroot environment:
logout
-Then unmount the LFS file system:
+Then unmount the virtual files systems:
+
+umount /dev/pts
+umount /proc
+
+And unmount the LFS file system:
umount $LFS
-If you earlier decided to create multiple partitions, you'll need to
-unmount the other partitions before you unmount $LFS, like this:
+If at the start you decided to create multiple partitions, you'll need to
+unmount the other partitions before unmounting the main one, like this:
umount $LFS/usr
umount $LFS/home
diff --git a/index.xml b/index.xml
index 1478f1767..2762b6d3c 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
-
+
+