From b198de11bc1501f1a75dff9f5fb01f927f902186 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sat, 30 Jun 2018 12:55:39 +0200 Subject: 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 --- applications/luci-app-lxc/luasrc/model/cbi/lxc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-lxc/luasrc/model/cbi/lxc.lua') 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 m = Map("lxc", translate("LXC Containers"), translate("Please note: For LXC Containers you need a custom OpenWrt image.
") - .. 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")) -- cgit v1.2.3