diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 20:08:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-29 20:08:18 +0000 |
commit | 70364ce147a973ed066fb15f926119bd38e1e2f4 (patch) | |
tree | 3a52fee49095f9fd23d26525a9f8cbbf4904f298 /chapter09/reboot.xml | |
parent | 2bdc67d17847ca6c6eddee2c1af0f3c80a2aad64 (diff) |
text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1116 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |