This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
lxc: set default lxcpath to /lxc
Signed-off-by: Luka Perkov <luka@openwrt.org>
lilik-openwrt-22.03
Luka Perkov
10 years ago
committed by
Luka Perkov
parent
153e482090
commit
64a9489651
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/lxc/Makefile
+5
-0
utils/lxc/patches/100-lxc-defconfig.patch
+ 1
- 1
utils/lxc/Makefile
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
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
l
x
c
-
h
o
o
k
s
/
i
n
s
t
a
l
l
+ 5
- 0
utils/lxc/patches/100-lxc-defconfig.patch
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
Write
Preview
Loading…
Cancel
Save