aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/chroot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r--chapter06/chroot.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index ca3e86a92..ea213033e 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -44,16 +44,18 @@
reason, hashing is switched off by passing the <parameter>+h</parameter> option
to <command>bash</command>.</para>
- <para>It is important that all the commands throughout the remainder of this
- chapter and the following chapters are run from within the chroot environment.
- If you leave this environment for any reason (rebooting for example), remember
- to first mount the <systemitem class="filesystem">proc</systemitem> and
- <systemitem class="filesystem">devpts</systemitem> file systems (discussed
- in the previous section) and enter chroot again before continuing with the
- installations.</para>
-
<para>Note that the <command>bash</command> prompt will say
<computeroutput>I have no name!</computeroutput> This is normal because the
<filename>/etc/passwd</filename> file has not been created yet.</para>
+ <note>
+ <para>It is important that all the commands throughout the remainder of this
+ chapter and the following chapters are run from within the chroot
+ environment. If you leave this environment for any reason (rebooting for
+ example), ensure that the virtual kernel filesystems are mounted as
+ explained in <xref linkend="ch-system-bindmount"/> and <xref
+ linkend="ch-system-kernfsmount"/> and enter chroot again before continuing
+ with the installation.</para>
+ </note>
+
</sect1>