aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-30 09:40:46 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-04-30 09:40:46 -0500
commit8cab730a5b9f8d770c462b6f30ee33886f240b15 (patch)
tree27496f02fe1f2e08f329e3a88b7d7c1749df106b /chapter10
parent813ab55675c99ee4040c38ee468d4bf9b70bdd19 (diff)
parent93db1e614e093078304409d148a1cfe15fd3eb68 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/kernel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 713bab93b..f1469f0b4 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -248,8 +248,8 @@ File systems ---&gt;
<caution>
<para>If the host system has a separate /boot partition, the files copied
below should go there. The easiest way to do that is to bind /boot on the
- host (outside chroot) to /mnt/lfs/boot before proceeding. As the root
- user in the <emphasis>host system</emphasis>:</para>
+ host (outside chroot) to /mnt/lfs/boot before proceeding. As the
+ &root; user in the <emphasis>host system</emphasis>:</para>
<screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
</caution>