Commit 2a2d3caf by Stéphane Graber

Merge pull request #803 from tych0/add-fuse-kernel-config-check

lxc-checkconfig: warn about fuse as well
parents 6b7c60e1 8283fda2
......@@ -122,6 +122,7 @@ echo -n "CONFIG_NF_NAT_IPV6: " && is_enabled CONFIG_NF_NAT_IPV6
echo -n "CONFIG_IP_NF_TARGET_MASQUERADE: " && is_enabled CONFIG_IP_NF_TARGET_MASQUERADE
echo -n "CONFIG_IP6_NF_TARGET_MASQUERADE: " && is_enabled CONFIG_IP6_NF_TARGET_MASQUERADE
echo -n "CONFIG_NETFILTER_XT_TARGET_CHECKSUM: " && is_enabled CONFIG_NETFILTER_XT_TARGET_CHECKSUM
echo -n "FUSE (for use with lxcfs): " && is_enabled CONFIG_FUSE_FS
echo
echo "--- Checkpoint/Restore ---"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment