Ignore:
Timestamp:
02/28/2024 04:02:53 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
2469049
Parents:
c75f261
git-author:
Xi Ruoyao <xry111@…> (03/05/2022 05:10:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/28/2024 04:02:53 PM)
Message:

mips64el: adjust kernel install command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    rc75f261 r959783e  
    353353
    354354    <para>The path to the kernel image may vary depending on the platform being
    355     used. The filename below can be changed to suit your taste, but the stem of
    356     the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
    357     the automatic setup of the boot process described in the next section.  The
    358     following command assumes an x86 architecture:</para>
    359 
    360 <screen><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
     355    used. The filename below can be changed to suit your taste.</para>
     356
     357<screen><userinput remap="install">cp -iv vmlinuz /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
    361358
    362359    <para><filename>System.map</filename> is a symbol file for the kernel.
Note: See TracChangeset for help on using the changeset viewer.