diff options
author | Dirk Brenken <dev@brenken.org> | 2018-06-30 23:08:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 23:08:16 +0200 |
commit | 1fd3a1663528cc5029ee9d864128964f020a520d (patch) | |
tree | 01ec3a060c31da180bf0e17465c62232a7461a17 /applications/luci-app-lxc/luasrc/model | |
parent | 1a36f0307e5fd74f7ad1ca65e2b3fc0000494a89 (diff) | |
parent | b198de11bc1501f1a75dff9f5fb01f927f902186 (diff) |
Merge pull request #1920 from dibdot/lxc_fix
luci-app-lxc: small fixes & cosmetics
Diffstat (limited to 'applications/luci-app-lxc/luasrc/model')
-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")) |