diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-11-18 04:59:57 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-11-18 04:59:57 +0000 |
commit | af3f6d217530334acc4fddf9c082db229d60767b (patch) | |
tree | fb5a1677fd8ef96f8c1ff5faacdd5c2fbe2932c9 | |
parent | 13c8b426ee5b27e9566dd88eee281f69e3b098d5 (diff) |
Clarify command to bind /boot to chroot
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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> |