| mkosi.news(7) | mkosi.news(7) |
We also remove the WithoutUnifiedKernelImages= switch as building unified kernel images is trivial and fast these days.
if [ "$container" != "mkosi" ]; then
exec mkosi-chroot "$SCRIPT" "$@" fi
To generate BIOS images you can use any version of mkosi up to mkosi 13 or the new --bios-size option. This can be used to add a BIOS boot partition of the specified size on which grub (or any other bootloader) can be installed with the help of mkosi’s script support (depending on your needs most likely mkosi.postinst or mkosi.finalize). This method can also be used for other EFI bootloaders that mkosi intentionally does not support.