mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
74b6e0ce7f
commit
1a6a5c37b5
@ -82,6 +82,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>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.</para></listitem>
|
||||
|
||||
<listitem><para>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.</para></listitem>
|
||||
|
@ -29,5 +29,10 @@ will be successful and that's all we care about at this point.</para>
|
||||
on your system configuration (such as the host system's Glibc version that was
|
||||
used to compile the mount program with).</para>
|
||||
|
||||
<para>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.</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user