diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
commit | 3be4d973d4084f19562b87f852d003f636cb1649 (patch) | |
tree | 908f372d80bef1d37213a61e128967784cad60d0 /chapter06/mountproc.xml | |
parent | a52b2c2383dd24bca424afebcc3220f571bfbf9b (diff) |
Changing identifiers in preparation for moving sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |