summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-12-02 10:44:56 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-12-02 10:44:56 +0100
commit6263e0a2c0b5675e4113ff8d8e36c4be8cbfcc62 (patch)
treef9ee0963dead83d587b4554943ccaa4614edcb8a /mkosi.conf.d
parent003cb0e046c0744445dc61e59795721b2626c147 (diff)
downloadsystemd-6263e0a2c0b5675e4113ff8d8e36c4be8cbfcc62.tar.gz
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.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r--mkosi.conf.d/10-systemd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf
index f9e4d08616..f7b440812d 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