diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-28 11:26:41 +0000 |
commit | db9d773c6e39372c09613573d66473172d4f353f (patch) | |
tree | 91b594ceb3f92f088471701b492277c2a914344b /chapter09 | |
parent | 687ef736a582e6672791398a62af027c5bac82ec (diff) |
Forgetfulness makes the most traffic...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-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 56dc83ec6..99bca049e 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -9,8 +9,8 @@ your computer. First exit from the chroot environment:</para> <para>Then unmount the virtual files systems:</para> -<screen><userinput>umount /dev/pts -umount /proc</userinput></screen> +<screen><userinput>umount $LFS/dev/pts +umount $LFS/proc</userinput></screen> <para>And unmount the LFS file system:</para> |