mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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 <luka@openwrt.org>
This commit is contained in:
@@ -163,6 +163,8 @@ define Package/lxc-common/install
|
|||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/etc/lxc/default.conf \
|
$(PKG_INSTALL_DIR)/etc/lxc/default.conf \
|
||||||
$(1)/etc/lxc/lxc.conf
|
$(1)/etc/lxc/lxc.conf
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/lxc/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lxc-hooks/install
|
define Package/lxc-hooks/install
|
||||||
|
|||||||
Reference in New Issue
Block a user