From: Daan De Meyer Date: Wed, 9 Oct 2024 11:45:39 +0000 (+0200) Subject: docs: Mention Format=none in sysext doc X-Git-Tag: v25~227^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e13b35267c48184e7875fa366789a8fe3e4d92;p=thirdparty%2Fmkosi.git docs: Mention Format=none in sysext doc This allows disabling building of the default image as requested in #3113. --- diff --git a/docs/sysext.md b/docs/sysext.md index edfe48e95..b82e162db 100644 --- a/docs/sysext.md +++ b/docs/sysext.md @@ -93,3 +93,5 @@ BaseTrees=%O/base If we now run `mkosi -f` again, we'll find `initrd.cpio.zst` in `mkosi.output` with its accompanying extension still in `btrfs.raw`. +If you don't have any need for a main image, you can configure +`Format=none` in the `Output` section in `mkosi.conf` to disable it.