summaryrefslogtreecommitdiff
path: root/mkosi.presets/10-initrd
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Package a erofs usr partition with signed verityDaan De Meyer2023-05-132-0/+6
| | | | | | | | | | | | | | Let's start moving towards a more involved partitioning setup to test our stuff more when using mkosi. The root partition is generated on boot with systemd-repart. CentOS supports neither erofs nor btrfs so we use squashfs and xfs instead. We also enable SecureBoot= locally for additional coverage. This and the use of verity means users need to run `mkosi genkey` once to generate the keys necessary to do secure boot and verity.
* mkosi: Use zstd compression on non-centos distrosDaan De Meyer2023-05-123-0/+36
Just because centos doesn't support it doesn't mean we can't use it on the other distros.