summaryrefslogtreecommitdiff
path: root/mkosi.conf.d
Commit message (Collapse)AuthorAgeFilesLines
* 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.