diff options
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 |