diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 04:22:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 04:22:29 +0000 |
commit | b464a725483840323c305fb3c658ae026f2fa6af (patch) | |
tree | cf5bd7ecde99ae88267dad270875cae8a5bd99ca /chapter06 | |
parent | 514f599b8b33747ee049ebb701fbda589405eddf (diff) |
added some notes that mounting proc may give some errors
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/mountproc.xml | 10 |
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> |