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