1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-23 16:17:36 +02:00

lxc: set default lxcpath to /lxc

Signed-off-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
Luka Perkov 2014-10-12 09:44:08 +02:00 committed by Luka Perkov
parent 153e482090
commit 64a9489651
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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