mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
fix(cros-kernel2.eclass): Explicitly build bzImage in second pass
Build only bzImage instead of the default 'all' which also will re-link all of the modules which is pointless and just causes the initramfs and rootfs to become out of sync.
This commit is contained in:
parent
45f5b2b976
commit
c83821a102
@ -157,8 +157,8 @@ cros-kernel2_src_compile() {
|
|||||||
modules_install
|
modules_install
|
||||||
update_bootengine_cpio "${bootengine_root}"
|
update_bootengine_cpio "${bootengine_root}"
|
||||||
|
|
||||||
# Build the final kernel image (bzImage)
|
# Build the final kernel image
|
||||||
kmake
|
kmake bzImage
|
||||||
}
|
}
|
||||||
|
|
||||||
cros-kernel2_src_install() {
|
cros-kernel2_src_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user