summaryrefslogtreecommitdiffstats
path: root/mkosi.conf.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mkosi: Install dnf on centos and fedoraDaan De Meyer2023-03-052-0/+2
| | | | | dnf is not installed by default anymore, but it's still useful to have in our images, so let's install it explicitly.
* mkosi: add some really basic tools to default mkosi imageLennart Poettering2023-02-286-0/+11
| | | | | | "passwd" and "pscap" are extremely useful to debug basic OS behaviour, and tiny. So let's add them to our default development images, just to save us some headaches.
* mkosi: Move more logic to the postinst scriptDaan De Meyer2023-02-211-1/+3
| | | | | | Let's move stuff that only applies to the final image to the postinst script. Let's also move out some of the static files to mkosi.extra/ instead of hardcoding them in scripts.
* mkosi: configure multiarch libdir in debian/ubuntu buildsLuca Boccassi2023-02-162-0/+2
| | | | | | | Debian/Ubuntu use /usr/lib/<triplet> instead of /usr/lib64, so configure it accordingly. This is especially important for cryptsetup token plugins, as cryptsetup comes from the distro and is configured to look into those directories.
* mkosi: Use globs instead of prepare script to install extra packagesDaan De Meyer2023-02-101-5/+11
| | | | | | | 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-2/+0
| | | | | | | | | 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: Drop epel-testing repository from centos configDaan De Meyer2023-01-291-1/+0
| | | | python3-pefile was pushed to epel 9 stable.
* mkosi: Update and enable ukify in mkosi buildsDaan De Meyer2023-01-276-0/+13
| | | | | | | We also add the necessary deps for ukify to the mkosi configs. CentOS Stream 8 is dropped from CI because its python version is too old (3.6) to be able to run ukify.
* mkosi: Rename the configuration files to use ".conf" as extensionDaan De Meyer2023-01-196-0/+0
|
* ci: Update mkosi action to latest commitDaan De Meyer2023-01-151-5/+2
| | | | | | | | | | | | Let's make sure we're testing with the latest changes in mkosi. This includes both the switch to systemd-repart and ukify, making sure we get extra testing coverage for those components. This also drops options from the centos config that have been removed in the newer mkosi. For some reason idmapping runs into some issues so we disable it for now.
* 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-077-0/+487
Mkosi 14 is out, compat with old mkosi is not terribly important. Let's use the new nice suffix.