diff options
author | Dirk Brenken <dev@brenken.org> | 2018-06-30 12:55:39 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2018-06-30 22:55:41 +0200 |
commit | b198de11bc1501f1a75dff9f5fb01f927f902186 (patch) | |
tree | c8a578f52b83223e2116bb548ecde76cc1e7b8e8 /applications/luci-app-lxc/luasrc/model/cbi/lxc.lua | |
parent | 2b43ebe92fc73ce4c208d42e6ee958988e1b18bc (diff) |
luci-app-lxc: small fixes & cosmetics
* backingstore support via ubus does not work, remove it for now
* fix target mapping for linuximages.org
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-lxc/luasrc/model/cbi/lxc.lua')
-rw-r--r-- | applications/luci-app-lxc/luasrc/model/cbi/lxc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua index 8a8fc2be0d..db7d19eb26 100644 --- a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua +++ b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua @@ -16,7 +16,7 @@ Author: Petar Koretic <petar.koretic@sartura.hr> m = Map("lxc", translate("LXC Containers"), translate("<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />") - .. translate("The image should include at least support for 'kernel cgroups', 'kernel namespaces' and 'miscellaneous LXC related options'.")) + .. translate("The image should include at least support for 'kernel cgroups', 'kernel namespaces' and 'miscellaneous LXC related options' plus 'kmod-veth' for optional network support.")) m:section(SimpleSection).template = "lxc" s = m:section(TypedSection, "lxc", translate("Options")) |