Ignore:
Timestamp:
03/16/2022 12:41:32 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
b55efcb
Parents:
9fe6c3b
git-author:
Xi Ruoyao <xry111@…> (03/16/2022 12:34:56 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/16/2022 12:41:32 PM)
Message:

clfs-ng: mount /boot before installing the kernel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r9fe6c3b r029f725  
    236236
    237237    <caution>
    238       <para>If the host system has a separate /boot partition, the files copied
    239       below should go there. The easiest way to do that is to bind /boot on the
    240       host (outside chroot) to /mnt/lfs/boot before proceeding.  As the root
    241       user in the <emphasis>host system</emphasis>:</para>
    242 
    243 <screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
     238      <para>As the cross-built LFS system has a separate /boot partition,
     239      the files copied below should go there. The easiest way to do that is
     240      to mount <filename class="directory">/boot</filename> before
     241      proceeding.  As the root user:</para>
     242
     243<screen role="nodump"><userinput>mount /boot</userinput></screen>
     244
     245      <para>We don't need to specify the path to the device node, as it's
     246      already given in <filename>/etc/fstab</filename>.</para>
    244247    </caution>
    245248
Note: See TracChangeset for help on using the changeset viewer.