diff options
Diffstat (limited to 'chapter10/kernel.xml')
-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> |