diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-21 11:00:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 11:00:16 +0200 |
commit | 3df5fd2697199f1cd29f0e4c7e5701d0b39d3a21 (patch) | |
tree | 180b01b55b1bad2194740b80aa44cd4c76525568 /applications/luci-app-lxc/root | |
parent | 80a1946a2e10393e38a716a04a7fdf11fc80f6dc (diff) | |
parent | fbd3e1219a203e782a5b29d55abf0c74d1b2982e (diff) |
Merge pull request #1027 from danrl/lxc
luci-app-lxc: initial commit
Diffstat (limited to 'applications/luci-app-lxc/root')
-rw-r--r-- | applications/luci-app-lxc/root/etc/config/lxc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-lxc/root/etc/config/lxc b/applications/luci-app-lxc/root/etc/config/lxc new file mode 100644 index 0000000000..5572c735fa --- /dev/null +++ b/applications/luci-app-lxc/root/etc/config/lxc @@ -0,0 +1,6 @@ +# +# lxc uci configuration +# + +config lxc 'lxc' + option url 'virtualwrt.org/containers/' |