From: Luka Perkov Date: Thu, 23 Oct 2014 13:37:59 +0000 (+0200) Subject: lxc: create /lxc directory by default X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=513349c886f93d3a6dad06eb9569e812946fdac5;p=openwrt-packages.git lxc: create /lxc directory by default The containers are stored in /lxc rather then in /var/lib/lxc. The latter is not suitable for OpenWrt. Signed-off-by: Luka Perkov --- diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 1315fec23..0f34eeafe 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -163,6 +163,8 @@ define Package/lxc-common/install $(CP) \ $(PKG_INSTALL_DIR)/etc/lxc/default.conf \ $(1)/etc/lxc/lxc.conf + + $(INSTALL_DIR) $(1)/lxc/ endef define Package/lxc-hooks/install