aboutsummaryrefslogtreecommitdiffstats
path: root/chapter11/reboot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter11/reboot.xml')
-rw-r--r--chapter11/reboot.xml8
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>