Don't mount /sys/fs/fuse/connections and /sys/kernel/config

These fail to mount if you don't have the appropriate kernel support,
and this confuses NixOps' ‘check’ command. We should teach NixOps not
to complain about non-essential mount points, but in the meantime it's
better to turn them off.
This commit is contained in:
Eelco Dolstra 2014-04-28 08:16:27 +02:00
parent 111e1536e5
commit 6eaced3582

View File

@ -103,8 +103,8 @@ let
"dev-hugepages.mount" "dev-hugepages.mount"
"dev-mqueue.mount" "dev-mqueue.mount"
"proc-sys-fs-binfmt_misc.mount" "proc-sys-fs-binfmt_misc.mount"
"sys-fs-fuse-connections.mount" #"sys-fs-fuse-connections.mount"
"sys-kernel-config.mount" #"sys-kernel-config.mount"
"sys-kernel-debug.mount" "sys-kernel-debug.mount"
# Maintaining state across reboots. # Maintaining state across reboots.