Skip to content

Revert "Force empty KBUILD_IMAGE to save space in /boot"

Veronika Kabátová requested to merge veruu/pipeline-definition:testing into main

This reverts commit 7da0d0a3.

The compressed binaries for x86_64 are generated via this variable which is causing us problems booting on the arch, as we expect vmlinuz to be available in the boot scripts and it is not.

Given the architecture specific build behavior, the extra binaries are dealt with via arch-specific workarounds in the boot scripts.

Signed-off-by: Veronika Kabatova vkabatov@redhat.com

Merge request reports