Changeset cfc0780


Ignore:
Timestamp:
08/26/2022 12:31:34 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
c84ec38
Parents:
2f098e4
git-author:
Xi Ruoyao <xry111@…> (08/26/2022 09:56:30 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:34 PM)
Message:

arm64: update arch-specific path to kernel image

"vmlinuz" is a little puzzling as the kernel image is not compressed.
But let's not deviate too much from trunk...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r2f098e4 rcfc0780  
    292292    following command assumes an x86 architecture:</para>
    293293
    294 <screen><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
     294<screen><userinput remap="install">cp -iv arch/arm64/boot/Image /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    295295
    296296    <para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.