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