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 c9ce922ea..d9190e8ac 100644 --- a/chapter06/mountproc.xml +++ b/chapter06/mountproc.xml @@ -47,11 +47,11 @@ your kernel supports by peeking into its internals with a command such as <userinput>cat /proc/filesystems</userinput>. If a file system type named <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 -"Creating devices (Makedev)" section. If devfs was not listed, do not worry +<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 because there is yet a third way to get PTYs working inside the chroot -environment. We'll cover this shortly in the aforementioned Makedev -section.</para> +environment. We'll cover this shortly in the aforementioned +<xref linkend="ch06-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 |