diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 0b684eb66..1a2bc6c2a 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -155,7 +155,7 @@ define Package/lxc-common/install $(INSTALL_DIR) $(1)/etc/lxc/ $(CP) \ $(PKG_INSTALL_DIR)/etc/lxc/default.conf \ - $(1)/etc/lxc/ + $(1)/etc/lxc/lxc.conf endef define Package/lxc-hooks/install diff --git a/utils/lxc/patches/100-lxc-defconfig.patch b/utils/lxc/patches/100-lxc-defconfig.patch new file mode 100644 index 000000000..60a0f9260 --- /dev/null +++ b/utils/lxc/patches/100-lxc-defconfig.patch @@ -0,0 +1,5 @@ +--- a/config/etc/default.conf.unknown ++++ b/config/etc/default.conf.unknown +@@ -1 +1,2 @@ ++lxc.lxcpath = /lxc + lxc.network.type = empty