diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-24 22:14:47 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-24 22:14:47 +0000 |
commit | e421d2e1df618260a60b79f2dc97d89d16c407b8 (patch) | |
tree | 5e03b2aa6afb37784ca3b41459feee86b7372cbe /chapter09 | |
parent | f89de330228e5159bb2cda0c03b81f2b5b7e83aa (diff) |
Adding a comment on package management, and undoing the mistaken deletion of the virtual unmounts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/reboot.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml index d5ef9bf58..56dc83ec6 100644 --- a/chapter09/reboot.xml +++ b/chapter09/reboot.xml @@ -7,12 +7,17 @@ your computer. First exit from the chroot environment:</para> <screen><userinput>logout</userinput></screen> -<para>Then unmount the LFS file system:</para> +<para>Then unmount the virtual files systems:</para> + +<screen><userinput>umount /dev/pts +umount /proc</userinput></screen> + +<para>And unmount the LFS file system:</para> <screen><userinput>umount $LFS</userinput></screen> -<para>If you earlier decided to create multiple partitions, you'll need to -unmount the other partitions before you unmount $LFS, like this:</para> +<para>If at the start you decided to create multiple partitions, you'll need to +unmount the other partitions before unmounting the main one, like this:</para> <screen><userinput>umount $LFS/usr umount $LFS/home |