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...
This commit is contained in:
Xi Ruoyao 2022-08-26 17:56:30 +08:00
parent 2f098e4344
commit cfc0780524
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -291,7 +291,7 @@ File systems --->
the automatic setup of the boot process described in the next section. The the automatic setup of the boot process described in the next section. The
following command assumes an x86 architecture:</para> following command assumes an x86 architecture:</para>
<screen><userinput remap="install">cp -iv arch/x86/boot/bzImage /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen> <screen><userinput remap="install">cp -iv arch/arm64/boot/Image /boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
<para><filename>System.map</filename> is a symbol file for the kernel. <para><filename>System.map</filename> is a symbol file for the kernel.
It maps the function entry points of every function in the kernel API, It maps the function entry points of every function in the kernel API,