From 1a6a5c37b5802c56269a1dffaaf5f83a8bf32faa Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 5 Sep 2003 01:33:57 +0000 Subject: Added a note when mounting the proc filesystem regarding checking to ensure it's still mounted if you stop and restart git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/mountproc.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/mountproc.xml') diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index 7194b082e..e959d151e 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -29,5 +29,10 @@ will be successful and that's all we care about at this point. on your system configuration (such as the host system's Glibc version that was used to compile the mount program with). +Remember, if for any reason you stop working on your LFS, and +start again later, it's important to check that the proc filesystem is still +mounted inside the chroot enviornment. Otherwise, some programs might +end up compiled incorrectly. + -- cgit v1.2.3-54-g00ecf