Skip to content

Commit 3a02995

Browse files
authored
Merge pull request #6 from flashbots/mount-configfs
Mount configfs for attestations!
2 parents 474b625 + e069859 commit 3a02995

File tree

1 file changed

+2
-1
lines changed
  • base/mkosi.skeleton

1 file changed

+2
-1
lines changed

base/mkosi.skeleton/init

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mount -t proc none /proc
66
mount -t sysfs none /sys
77
mount -t devtmpfs none /dev
88
mount -t tmpfs none /run
9+
mount -t configfs none /sys/kernel/config
910

1011
# Execute systemd
11-
exec /lib/systemd/systemd systemd.unit=minimal.target
12+
exec /lib/systemd/systemd systemd.unit=minimal.target

0 commit comments

Comments
 (0)