]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: Enable TEST-24-CRYPTSETUP for mkosi 32842/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 15 May 2024 11:19:19 +0000 (13:19 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 16 May 2024 12:46:37 +0000 (14:46 +0200)
commit4ac46561e99005b1d3fed51c8099e2789cf390c6
treefbcf352921b15633107a2ec85021dfddb4662370
parentc7d16bc81bfb7feeefa0a6a18cf0e3e2a72f7aa4
test: Enable TEST-24-CRYPTSETUP for mkosi

Encrypted /var is skipped because meson's limitations make per test
images not really feasible and we can't encrypt /var by default because
it slows down the image build too much.

Co-authored-by: Richard Maw <richard.maw@codethink.co.uk>
12 files changed:
mkosi.images/system/initrd/mkosi.extra/usr/lib/encrypted-var.repart.d/00-root.conf [new file with mode: 0644]
mkosi.images/system/initrd/mkosi.extra/usr/lib/systemd/system/encrypted-var.service [new file with mode: 0644]
mkosi.images/system/mkosi.conf
mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf
mkosi.images/system/mkosi.conf.d/10-centos-fedora/mkosi.conf
mkosi.images/system/mkosi.conf.d/10-debian-ubuntu/mkosi.conf
mkosi.images/system/mkosi.conf.d/10-opensuse/mkosi.conf
mkosi.images/system/mkosi.postinst.chroot
test/TEST-24-CRYPTSETUP/keydev.repart/00-root.conf [new file with mode: 0644]
test/TEST-24-CRYPTSETUP/keyfile [new file with mode: 0644]
test/TEST-24-CRYPTSETUP/meson.build
test/units/TEST-24-CRYPTSETUP.sh