From 531dc8020770a51f7e5428e7dec2f6cea85398c3 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 9 Apr 2019 19:53:17 +0200 Subject: [PATCH] We want /home mounted inside the container by default --- lxc/templates/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.