diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index bf370fe7a..318ef4e46 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -201,7 +201,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 to /mnt/lfs/boot before proceeding:</para> + is to bind /boot on the host 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> |