diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 9bc212c72..7403e2be3 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -62,7 +62,7 @@
cd build
Ensure that the ldconfig and sln
- utilites are installed into
+ utilites will be installed into
/usr/sbin:
echo "rootsbindir=/usr/sbin" > configparms
diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml
index adf1a9f3e..9166a8c49 100644
--- a/chapter11/reboot.xml
+++ b/chapter11/reboot.xml
@@ -84,10 +84,30 @@
installation for the first time! First exit from the chroot environment:
logout
-
+
+
+ Then unmount the virtual file systems:
+
+umount -v $LFS/dev/pts
+umount -v $LFS/dev
+umount -v $LFS/run
+umount -v $LFS/proc
+umount -v $LFS/sys
+
+ If multiple partitions were created, unmount the other
+ partitions before unmounting the main one, like this:
+
+umount -v $LFS/usr
+umount -v $LFS/home
+umount -v $LFS
+
+ Unmount the LFS file system itself:
+
+umount -v $LFS
Now, reboot the system with: