Преглед на файлове

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 преди 8 години
родител
ревизия
af3f6d2175
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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>