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