diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-lxc/luasrc/model/cbi/lxc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua index db7d19eb2..2987fced1 100644 --- a/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua +++ b/applications/luci-app-lxc/luasrc/model/cbi/lxc.lua @@ -15,8 +15,8 @@ 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' plus 'kmod-veth' for optional network support.")) + translate("<b>Please note:</b> LXC Containers require features not available on OpenWrt images for devices with small flash.<br />") + .. translate("Also you may want to install 'kmod-veth' for optional network support.")) m:section(SimpleSection).template = "lxc" s = m:section(TypedSection, "lxc", translate("Options")) |