luci-app-lxc: remove obsolete note about enabling kernel features
Since commit openwrt/openwrt@fcb41decf6 ("config: enable some useful features on !SMALL_FLASH devices") LXC related features are enabled by default. Hence remove note stating that a custom image is required for LXC. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b3ef7a17ea
commit
9740604eef
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ Author: Petar Koretic <petar.koretic@sartura.hr>
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
m = Map("lxc", translate("LXC Containers"),
|
m = Map("lxc", translate("LXC Containers"),
|
||||||
translate("<b>Please note:</b> For LXC Containers you need a custom OpenWrt image.<br />")
|
translate("<b>Please note:</b> LXC Containers require features not available on OpenWrt images for devices with small flash.<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("Also you may want to install 'kmod-veth' for optional network support."))
|
||||||
m:section(SimpleSection).template = "lxc"
|
m:section(SimpleSection).template = "lxc"
|
||||||
|
|
||||||
s = m:section(TypedSection, "lxc", translate("Options"))
|
s = m:section(TypedSection, "lxc", translate("Options"))
|
||||||
|
|
Loading…
Reference in a new issue