Эх сурвалжийг харах

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
Gerard Beekmans 23 жил өмнө
parent
commit
b464a72548
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      chapter06/mountproc.xml

+ 10 - 0
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>