aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10/kernel.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-04-21 14:12:43 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-04-21 14:12:43 +0800
commite286d8db1493827461aa95ea43b345a9ce5d9f2e (patch)
tree7495946939e13bf8169246318dfb6f8c8b1de2db /chapter10/kernel.xml
parent421e0cfcdaaaccfe64ca4af145a41da13598f3bb (diff)
decorate the references to root and lfs user
The references already correctly decorated are not changed because "if it's not broken don't fix it".
Diffstat (limited to 'chapter10/kernel.xml')
-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>