diff --git a/lxc/templates/default.conf b/lxc/templates/default.conf index bf3501d3..94e7c1d6 100644 --- a/lxc/templates/default.conf +++ b/lxc/templates/default.conf @@ -11,7 +11,7 @@ lxc.network.type = {{lxc_network_type}} {% if lxc_mount_part %} # Mount {{lxc_mount_part}} into containers. -# lxc.mount.entry = {{lxc_mount_part}} {{lxc_mount_part |replace('/', '')}} none bind 0 0 +lxc.mount.entry = {{lxc_mount_part}} {{lxc_mount_part |replace('/', '')}} none bind 0 0 {% endif %} # Only one tty is enough.