diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:48:13 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:48:13 +0000 |
commit | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (patch) | |
tree | 7d780a5e793f11d0e3fd12fb28331ac6f2051c20 /chapter06/mountproc.xml | |
parent | 6da8f0dd24273b2f1e8a0dc2004d18d5fa556d5a (diff) |
Turning some ./configures into a single line, taking 72 as max-width.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3202 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r-- | chapter06/mountproc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index c0626b7f4..a60f76e10 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -4,10 +4,10 @@ <para>In order for certain programs to function properly, the <emphasis>proc</emphasis> and <emphasis>devpts</emphasis> file systems must be -available within the chroot environment. A file system can be mounted as many -times and in as many places as you like, thus it's not a problem that these -file systems are already mounted on your host system -- especially so because -they are virtual file systems.</para> +available within the chroot environment. Since kernel version 2.4 a file system +can be mounted as many times and in as many places as you like, thus it's not a +problem that these file systems are already mounted on your host system -- +especially so because they are virtual file systems.</para> <para>The <emphasis>proc</emphasis> file system is the process information pseudo file system through which the kernel provides information about the |