]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop explicit Format=
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 2 Dec 2022 09:44:56 +0000 (10:44 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 2 Dec 2022 09:44:56 +0000 (10:44 +0100)
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.

mkosi.conf.d/10-systemd.conf

index f9e4d086160ed3a3c2bef1b3b24b7d93b7df720c..f7b440812dc987d09b76c3ae33a5a1995af187fc 100644 (file)
@@ -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