]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add back bootable to summary output
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 24 Apr 2023 10:41:33 +0000 (12:41 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 25 Apr 2023 12:00:25 +0000 (14:00 +0200)
mkosi/__init__.py

index a99b86fd10512f481b31a641e1856359d617d11c..32db2b312a44e05936afa83ae179bda6a8e19f06 100644 (file)
@@ -1157,6 +1157,7 @@ def print_summary(config: MkosiConfig) -> None:
     Output nspawn Settings: {none_to_na(config.output_nspawn_settings if config.nspawn_settings is not None else None)}
                Incremental: {yes_no(config.incremental)}
                Compression: {config.compress_output.name}
+                  Bootable: {config.bootable}
        Kernel Command Line: {" ".join(config.kernel_command_line)}
            UEFI SecureBoot: {yes_no(config.secure_boot)}
        SecureBoot Sign Key: {none_to_none(config.secure_boot_key)}