summaryrefslogtreecommitdiff
path: root/mkosi.prepare
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Use globs instead of prepare script to install extra packagesDaan De Meyer2023-02-101-11/+0
| | | | | | | This allows us to install everything in the same dnf command instead of having to use a prepare script to run dnf from within the image. This is a hack until mkosi supports release specific dropin files.
* mkosi: Update to latestDaan De Meyer2023-02-101-0/+8
| | | | | | | | | Let's make sure we're testing unprivileged builds properly. Usage of SourceFileTransfer= and SourceFileTransferFinal= are removed as they were dropped by mkosi. SourceFileTransfer=mount is now the default in mkosi so behavior for the build script is unchanged. We stop copying sources in the final image until mkosi adds support for virtiofs.
* mkosi: Add back CentOS Stream 8 to CIDaan De Meyer2023-01-291-0/+19
It's still useful to test the EFI handover logic in systemd-boot. We use a mkosi.prepare script to install a newer python and update the system to use it.