We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 474b625 + e069859 commit 3a02995Copy full SHA for 3a02995
base/mkosi.skeleton/init
@@ -6,6 +6,7 @@ mount -t proc none /proc
6
mount -t sysfs none /sys
7
mount -t devtmpfs none /dev
8
mount -t tmpfs none /run
9
+mount -t configfs none /sys/kernel/config
10
11
# Execute systemd
-exec /lib/systemd/systemd systemd.unit=minimal.target
12
+exec /lib/systemd/systemd systemd.unit=minimal.target
0 commit comments