Changeset 029f725


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

Files:
2 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
  • chapter11/reboot.xml

    r9fe6c3b r029f725  
    8484  installation for the first time!</para>
    8585
     86  <para>Unmount the boot partition:</para>
     87
     88<screen role="nodump"><userinput>umount /boot</userinput></screen>
     89
    8690  <para>Synchronize cached writes to prevent data loss on reboot without a
    8791  fully functional <command>init</command> process:</para>
Note: See TracChangeset for help on using the changeset viewer.