Revert "cross-ng: use uncompressed kernel image in chapter 6"

This reverts commit 56f1739633.

GRUB on x86 does not support loading raw ELF vmlinux.
This commit is contained in:
Xi Ruoyao 2022-03-24 00:25:52 +08:00
parent 0000f2618f
commit 31e8da419f
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -201,7 +201,7 @@
<para>Install the kernel image into the
<filename class="directory">$LFS/boot</filename> directory:</para>
<screen><userinput remap="install">install -vm644 vmlinux $LFS/boot/vmlinux</userinput></screen>
<screen><userinput remap="install">install -vm644 arch/x86/boot/bzImage $LFS/boot/vmlinuz</userinput></screen>
</sect2>