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