From: Tycho Andersen Date: Wed, 3 Feb 2016 19:30:03 +0000 (-0700) Subject: lxc-checkconfig: warn about fuse as well X-Git-Tag: lxc-2.0.0.rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F803%2Fhead;p=thirdparty%2Flxc.git lxc-checkconfig: warn about fuse as well Since we need fuse to run lxcfs, which is required by systemd, let's warn about that as well. Signed-off-by: Tycho Andersen --- diff --git a/src/lxc/lxc-checkconfig.in b/src/lxc/lxc-checkconfig.in index 4f3896e86..835202b25 100644 --- a/src/lxc/lxc-checkconfig.in +++ b/src/lxc/lxc-checkconfig.in @@ -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 ---"