Release 9.9.0 #41

Merged
jlecour merged 37 commits from unstable into stable 2019-04-16 16:45:23 +02:00
Showing only changes of commit 531dc80207 - Show all commits

View file

@ -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.