Ignore:
Timestamp:
02/26/2022 04:01:39 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
8b37712
Parents:
e8f1927
git-author:
Xi Ruoyao <xry111@…> (02/21/2022 04:07:41 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 04:01:39 PM)
Message:

cross-ng: use uncompressed kernel image in chapter 6

"vmlinux" always exists after running "make". Use it so we won't need
to change the command porting to another arch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kernel.xml

    re8f1927 r56f1739  
    186186    <filename class="directory">$LFS/boot</filename> directory:</para>
    187187
    188   <screen><userinput remap="install">install -vm644 arch/x86/boot/bzImage $LFS/boot/vmlinuz</userinput></screen>
     188  <screen><userinput remap="install">install -vm644 vmlinux $LFS/boot/vmlinux</userinput></screen>
    189189
    190190  </sect2>
Note: See TracChangeset for help on using the changeset viewer.