diff options
Diffstat (limited to 'chapter09/reboot.xml')
-rw-r--r-- | chapter09/reboot.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index 39669eeb3..0fab58ee5 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -2,8 +2,8 @@ <title>Rebooting the system</title> <para>Now that all software has been installed, bootscripts have been created, -it's time to reboot the computer. Before we reboot let's exit the -chroot'ed environment first and unmount the LFS partition by running:</para> +it's time to reboot the computer. Before we reboot let's unmount +$LFS/proc and the LFS partition itself by running:</para> <para><screen><userinput>umount $LFS/proc &&</userinput> <userinput>umount $LFS</userinput></screen></para> |