From 74d8c96456339f21aef12fdcfdbf5bae259081e6 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 5 Dec 2002 01:23:40 +0000 Subject: reworded, made a bit more correct git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2226 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mountproc.xml | 8 ++++++-- index.xml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index 0993103ca..7194b082e 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -15,8 +15,8 @@ following command: mount proc /proc -t proc -You will most likely get some warning messages from the mount -command, such as these: +You might get warning messages from the mount command, such as +these:
warning: can't open /etc/fstab: No such file or directory not enough memory
@@ -25,5 +25,9 @@ not enough memory 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. +The last error (not enough memory) doesn't always show up. It depends +on your system configuration (such as the host system's Glibc version that was +used to compile the mount program with). + diff --git a/index.xml b/index.xml index ec404f902..bdd48728a 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + -- cgit v1.2.3-54-g00ecf