From 6263e0a2c0b5675e4113ff8d8e36c4be8cbfcc62 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 2 Dec 2022 10:44:56 +0100 Subject: 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. --- mkosi.conf.d/10-systemd.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'mkosi.conf.d') 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 -- cgit v1.2.1