On 05/16/2016 06:08 PM, [email protected] wrote:
Author: bdubbs
Date: Mon May 16 16:08:24 2016
New Revision: 11062

Log:
Editorial changes to the kernel section

Modified:
    trunk/BOOK/chapter01/changelog.xml
    trunk/BOOK/chapter08/kernel.xml


<snip>

@@ -161,6 +162,14 @@
      required to complete the installation. Some files need to be copied to
      the <filename class="directory">/boot</filename> directory.</para>

+    <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>
+
+<screen><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
+    </caution>
+

This should be role="nodump".

--DJ

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to