]> git.ipfire.org Git - thirdparty/systemd.git/commit
mkosi: Build a directory image by default
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 7 Dec 2023 18:52:41 +0000 (19:52 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 12 Jan 2024 15:19:48 +0000 (16:19 +0100)
commit52842bb2c50784dfb7ae10aac5797a3743980392
tree4b80452071b15295736fc43c00954d1862f28239
parentbe89a76a4613e6fdfbd027d735dc7c4d4e5f495a
mkosi: Build a directory image by default

Both building and booting a directory image is much faster than
building or booting a disk image so let's default to a directory
image.

In CI, we stick to a disk image to make sure that keeps working as
well.

The only extra dependency this introduces is virtiofsd which is
packaged in all distributions except Debian stable. For users
hacking on systemd on Debian stable, a disk image can be built by
writing the following to mkosi.local.conf:

```
[Output]
Format=disk
```
.github/workflows/mkosi.yml
docs/HACKING.md
mkosi.conf
mkosi.images/system/mkosi.conf