aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/mountproc.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml
index e7fc85ec6..2eee7bf87 100644
--- a/chapter06/mountproc.xml
+++ b/chapter06/mountproc.xml
@@ -15,5 +15,15 @@ following command:</para>
<para><screen><userinput>mount proc /proc -t proc</userinput></screen></para>
+<para>You will most likely get some warning messages from the mount
+command, such as these:</para>
+
+<blockquote><screen>warning: can't open /etc/fstab: No such file or directory
+not enough memory</screen></blockquote>
+
+<para>Ignore these, they're just caused due to the fact that the system
+isn't installed completely yet and some files are missing. The mount itself
+will be successful and that's all we care about at this point.</para>
+
</sect1>