From: Daan De Meyer Date: Fri, 2 Dec 2022 09:44:56 +0000 (+0100) Subject: mkosi: Drop explicit Format= X-Git-Tag: v253-rc1~387^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6263e0a2c0b5675e4113ff8d8e36c4be8cbfcc62;p=thirdparty%2Fsystemd.git mkosi: Drop explicit Format= Once mkosi migrates to systemd-repart, only "disk" will be supported for making disk images with mkosi and the filesystem will have to be specified in repart partition definition files. To accomodate this change, let's remove the explicit Format= assignment which means we'll default to a disk image with ext4 until we add our own mkosi.repart/ directory. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index f9e4d086160..f7b440812dc 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -3,7 +3,6 @@ # This is a settings file for OS image generation using mkosi (https://github.com/systemd/mkosi). [Output] -Format=gpt_btrfs Bootable=yes HostonlyInitrd=yes # Prevent ASAN warnings when building the image