Changeset 460f575 for chapter10


Ignore:
Timestamp:
02/25/2022 08:47:36 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
9c0b35a
Parents:
b0a6b0c
Message:

Initial LFS-ARM book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rb0a6b0c r460f575  
    247247    the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
    248248    the automatic setup of the boot process described in the next section.  The
    249     following command assumes an x86 architecture:</para>
    250 
    251 <screen><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
     249    following command assumes an ARM64 architecture:</para>
     250
     251<screen><userinput remap="install">cp -iv arch/arm64/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    252252
    253253    <para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.