mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-29 16:49:21 +01:00
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:
parent
0000f2618f
commit
31e8da419f
@ -201,7 +201,7 @@
|
|||||||
<para>Install the kernel image into the
|
<para>Install the kernel image into the
|
||||||
<filename class="directory">$LFS/boot</filename> directory:</para>
|
<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>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user