summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Drop i686 packagesDaan De Meyer2022-12-131-3/+0
| | | | | | | These are only needed for some kernel selftests but they prevent building the mkosi image on aarch64 systems so let's drop them until mkosi has support for conditional configuration so we can only add these packages on the right architecture.
* mkosi: Drop HostonlyInitrd=yesDaan De Meyer2022-12-021-1/+0
| | | | | This option will be removed in the upcoming version of mkosi so let's stop using it in our config.
* mkosi: Drop explicit Format=Daan De Meyer2022-12-021-1/+0
| | | | | | | | | 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: pull in libbpf1 instead of legacy libbpf0 on debianLennart Poettering2022-11-211-1/+1
|
* mkfs-util: Add support to populate vfat without mounting using mcopyDaan De Meyer2022-11-151-0/+2
| | | | | | | | mkfs.vfat doesn't support specifying a root directory to bootstrap the filesystem from (see https://github.com/dosfstools/dosfstools/issues/183). Instead, we can use the mcopy tool from the mtools package to copy files into the vfat filesystem after creating it without needing to mount the vfat filesystem.
* mkosi: Add mkfs tools to mkosi imageDaan De Meyer2022-11-156-0/+12
| | | | Useful for testing systemd-repart
* mkosi: Build and install kernel selftestsDaan De Meyer2022-11-087-2/+97
|
* mkosi: Add back libasan/libubsan librariesDaan De Meyer2022-11-085-0/+7
| | | | These were accidentally removed as part of #24025
* mkosi: use the new mkosi.conf suffixZbigniew Jędrzejewski-Szmek2022-11-087-0/+487
Mkosi 14 is out, compat with old mkosi is not terribly important. Let's use the new nice suffix.