mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 05:21:23 +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
|
||||
update_bootengine_cpio "${bootengine_root}"
|
||||
|
||||
# Build the final kernel image (bzImage)
|
||||
kmake
|
||||
# Build the final kernel image
|
||||
kmake bzImage
|
||||
}
|
||||
|
||||
cros-kernel2_src_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user