소스 검색

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>
Luka Perkov 10 년 전
부모
커밋
513349c886
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      utils/lxc/Makefile

+ 2
- 0
utils/lxc/Makefile 파일 보기

@@ -163,6 +163,8 @@ define Package/lxc-common/install
163 163
 	$(CP) \
164 164
 		$(PKG_INSTALL_DIR)/etc/lxc/default.conf \
165 165
 		$(1)/etc/lxc/lxc.conf
166
+
167
+	$(INSTALL_DIR) $(1)/lxc/
166 168
 endef
167 169
 
168 170
 define Package/lxc-hooks/install