Explorar o código

Clarify command to bind /boot to chroot

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs %!s(int64=8) %!d(string=hai) anos
pai
achega
af3f6d2175
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      chapter08/kernel.xml

+ 2 - 1
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>