Browse Source

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>
lilik-openwrt-22.03
Luka Perkov 10 years ago
committed by Luka Perkov
parent
commit
513349c886
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/lxc/Makefile

+ 2
- 0
utils/lxc/Makefile View File

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


Loading…
Cancel
Save