From: Daniel Golle Date: Sat, 19 Oct 2019 09:32:25 +0000 (+0200) Subject: luci-app-lxc: remove obsolete note about enabling kernel features X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9740604eef38335b180a8e38aa88fc5bc8343bd7;p=oweals%2Fluci.git 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 --- 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 ]]-- 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' plus 'kmod-veth' for optional network support.")) + translate("Please note: LXC Containers require features not available on OpenWrt images for devices with small flash.
") + .. 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"))