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 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> |