[pve-devel] [PATCH lxc 2/2] include common.conf in openwrt configuration
Oguz Bektas
o.bektas at proxmox.com
Mon Nov 8 14:44:00 CET 2021
necessary for the container to start, otherwise we get stuck in creating
/dev directory.
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
config/openwrt.common.conf.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config/openwrt.common.conf.in b/config/openwrt.common.conf.in
index 73db6f6..aa2e332 100644
--- a/config/openwrt.common.conf.in
+++ b/config/openwrt.common.conf.in
@@ -1,3 +1,6 @@
+# This derives from the global common config.
+lxc.include = @LXCTEMPLATECONFIG@/common.conf
+
# Default console settings
lxc.tty.dir = lxc
lxc.tty.max = 4
--
2.30.2
More information about the pve-devel
mailing list