diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml
index 9b184c9d8..611967cf9 100644
--- a/chapter11/reboot.xml
+++ b/chapter11/reboot.xml
@@ -75,24 +75,9 @@
logout
- Then unmount the virtual file systems:
+ Unmount the LFS file system hierarchy:
-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
+umount -Rv $LFS
Now, reboot the system with: