diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 22:03:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 22:03:30 +0000 |
commit | 37b5ac129337230433b90e94f9e50cebab8d72d9 (patch) | |
tree | 4c2de0c6e2a5b2d322e3b5398b5f33e89c220754 /chapter11/reboot.xml | |
parent | 4234aea63245034ea9c2eb5081e22cbe75d27571 (diff) |
Finish review/update to cross2 book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter11/reboot.xml')
-rw-r--r-- | chapter11/reboot.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index c6a857dbd..1822e6165 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -89,10 +89,6 @@ umount -v $LFS/run umount -v $LFS/proc umount -v $LFS/sys</userinput></screen> - <para>Unmount the LFS file system itself:</para> - -<screen><userinput>umount -v $LFS</userinput></screen> - <para>If multiple partitions were created, unmount the other partitions before unmounting the main one, like this:</para> @@ -100,6 +96,10 @@ umount -v $LFS/sys</userinput></screen> umount -v $LFS/home umount -v $LFS</userinput></screen> + <para>Unmount the LFS file system itself:</para> + +<screen><userinput>umount -v $LFS</userinput></screen> + <para>Now, reboot the system with:</para> <screen role="nodump"><userinput>shutdown -r now</userinput></screen> |