From a84cc71e7a6c56b2ce2212367f743f51d64791bd Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 6 May 2023 11:50:22 +0200 Subject: [PATCH] mkosi: Use initrd symlink without format/compression This way, we can change the compression (and even the output format) in the future without having to modify the final preset. --- mkosi.presets/20-final/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.presets/20-final/mkosi.conf b/mkosi.presets/20-final/mkosi.conf index 42fcb7d5825..c219b868f3e 100644 --- a/mkosi.presets/20-final/mkosi.conf +++ b/mkosi.presets/20-final/mkosi.conf @@ -3,7 +3,7 @@ [Content] BaseTrees=../../mkosi.output/base ExtraTrees=../../src:/root/src -Initrds=../../mkosi.output/initrd.cpio.xz +Initrds=../../mkosi.output/initrd Packages= acl bash-completion -- 2.47.3