aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter09/reboot.xml12
-rw-r--r--index.xml4
2 files changed, 12 insertions, 4 deletions
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index c0763cd26..788e43160 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -6,8 +6,16 @@
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 &amp;&amp;</userinput>
-<userinput>umount $LFS</userinput></screen></para>
+<para><screen><userinput>umount $LFS/proc &amp;&amp;
+umount $LFS</userinput></screen></para>
+
+<para>If you decided to create multiple partitions, you need to umount the
+other partitions before you umount $LFS, like this:</para>
+
+<para><screen><userinput>umount $LFS/proc &amp;&amp;
+umount $LFS/usr &amp;&amp;
+umount $LFS/home &amp;&amp;
+umount $LFS</userinput></screen></para>
<para>And you can reboot your system by running something like:</para>
diff --git a/index.xml b/index.xml
index d3d5b8748..bcc44b306 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml">
-<!ENTITY version "20020526">
-<!ENTITY releasedate "May 26th, 2002">
+<!ENTITY version "20020527">
+<!ENTITY releasedate "May 27th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org">