It's more likely to not want these bootable, so let's default to that
and drop the explicit disablement from mkosi-tools at the same time.
return False
if (
- config.output_format == OutputFormat.cpio
+ config.output_format
+ in (OutputFormat.cpio, OutputFormat.directory, OutputFormat.none, OutputFormat.oci)
or config.output_format.is_extension_or_portable_image()
or config.overlay
) and config.bootable == ConfigFeature.auto:
Output=mkosi.tools
[Content]
-Bootable=no
Packages=
ca-certificates
coreutils