diff options
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index ba005c90b..05d5bcb38 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -27,10 +27,9 @@ installation for the first time! First exit from the chroot environment:</para> <screen><userinput>logout</userinput></screen> -<para>Unmount the virtual files systems:</para> +<para>Then unmount the virtual files systems:</para> -<screen><userinput> -umount -v $LFS/dev/pts +<screen><userinput>umount -v $LFS/dev/pts umount -v $LFS/dev/shm umount -v $LFS/dev umount -v $LFS/proc |