diff options
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r-- | chapter06/mountproc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml index d9190e8ac..7b0bb98e0 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -1,4 +1,4 @@ -<sect1 id="ch06-proc"> +<sect1 id="ch-system-proc"> <title>Mounting the proc and devpts file systems</title> <?dbhtml filename="proc.html" dir="chapter06"?> @@ -48,10 +48,10 @@ your kernel supports by peeking into its internals with a command such as <emphasis>devfs</emphasis> is listed there, then we'll be able to work around the problem by mounting the host's devfs file system on top of the new <filename>/dev</filename> structure which we'll create later on in the section -on <xref linkend="ch06-MAKEDEV"/>. If devfs was not listed, do not worry +on <xref linkend="ch-system-MAKEDEV"/>. If devfs was not listed, do not worry because there is yet a third way to get PTYs working inside the chroot environment. We'll cover this shortly in the aforementioned -<xref linkend="ch06-MAKEDEV"/> section.</para> +<xref linkend="ch-system-MAKEDEV"/> section.</para> <para>Remember, if for any reason you stop working on your LFS, and start again later, it's important to check that these filesystems are still mounted inside |