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 --- chapter01/changelog.xml | 4 ++++ chapter06/mountproc.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1819a0041..f10718304 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,10 @@ +September 4th, 2003 [jeremy]: Chapter 6 - Mounting Proc: +Added a warning at the end regarding checking that proc is still mounted +if you stop and restart the lfs process. + September 4th, 2003 [jeremy]: Chapter 6 - Gzip: Altered text to better explain the reason behind the sed command used in the gzip installation. Closes bug 551. 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