From b464a725483840323c305fb3c658ae026f2fa6af Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 13 Sep 2002 04:22:29 +0000 Subject: 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 --- chapter06/mountproc.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06') 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: mount proc /proc -t proc +You will most likely get some warning messages from the mount +command, such as these: + +
warning: can't open /etc/fstab: No such file or directory +not enough memory
+ +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. + -- cgit v1.2.3-54-g00ecf