From e069859e3d8aed7238df9dc3385311ed4ea3bdf9 Mon Sep 17 00:00:00 2001 From: Mateusz Morusiewicz <11313015+Ruteri@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:57:00 +0200 Subject: [PATCH] Mount configfs for attestations! --- base/mkosi.skeleton/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/mkosi.skeleton/init b/base/mkosi.skeleton/init index c02e851..8fe1709 100755 --- a/base/mkosi.skeleton/init +++ b/base/mkosi.skeleton/init @@ -6,6 +6,7 @@ mount -t proc none /proc mount -t sysfs none /sys mount -t devtmpfs none /dev mount -t tmpfs none /run +mount -t configfs none /sys/kernel/config # Execute systemd -exec /lib/systemd/systemd systemd.unit=minimal.target \ No newline at end of file +exec /lib/systemd/systemd systemd.unit=minimal.target