diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 14:12:43 +0800 |
commit | e286d8db1493827461aa95ea43b345a9ce5d9f2e (patch) | |
tree | 7495946939e13bf8169246318dfb6f8c8b1de2db /chapter10 | |
parent | 421e0cfcdaaaccfe64ca4af145a41da13598f3bb (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')
-rw-r--r-- | chapter10/kernel.xml | 4 |
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 ---> <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> |