From: Daan De Meyer Date: Tue, 22 Aug 2023 10:05:45 +0000 (+0200) Subject: Drop "mkosi" from UKI names X-Git-Tag: v16~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46adefd00a96361e5951520eb1ae09bcfcbeb7a;p=thirdparty%2Fmkosi.git Drop "mkosi" from UKI names Let's not leak that the image was generated by mkosi into the image via the UKI name. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index ff96362fc..b142619fc 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -1018,7 +1018,7 @@ def install_unified_kernel(state: MkosiState, partitions: Sequence[Partition]) - for kver, kimg in gen_kernel_images(state): with complete_step(f"Generating unified kernel image for {kimg}"): - image_id = state.config.image_id or f"mkosi-{state.config.distribution}" + image_id = state.config.image_id or state.config.distribution.name # See https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/#boot-counting boot_count = ""