mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
lxc: bump to 2.1.0
Bump LXC package from 1.1.5 to 2.1.0. Version 2.x includes many improvements and optimizations. https://linuxcontainers.org/lxc/news/ Some tools like lxc-top are rewritten in C and are no longer broken and dependent on lua. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
@@ -7,6 +7,13 @@ config LXC_KERNEL_OPTIONS
|
||||
select KERNEL_CGROUPS
|
||||
select KERNEL_NAMESPACES
|
||||
select KERNEL_LXC_MISC
|
||||
select KERNEL_CGROUP_SCHED
|
||||
select KERNEL_FAIR_GROUP_SCHED
|
||||
select KERNEL_RT_GROUP_SCHED
|
||||
select KERNEL_CGROUP_CPUACCT
|
||||
select KERNEL_MEMCG
|
||||
select KERNEL_MEMCG_KMEM
|
||||
select KERNEL_CPUSETS
|
||||
help
|
||||
Select needed kernel options for LXC related utilities. Options
|
||||
include cgroups, namespaces and other miscellaneous options. These
|
||||
@@ -34,4 +41,12 @@ config LXC_SECCOMP
|
||||
Build LXC with support for seccomp filters.
|
||||
Select libseccomp which also pulls-in the needed kernel features.
|
||||
|
||||
config LXC_NETWORKING
|
||||
bool "Enable networking support for LXC containers"
|
||||
default n
|
||||
select PACKAGE_kmod-veth
|
||||
select PACKAGE_kmod-macvlan
|
||||
help
|
||||
Enable "veth pair device" and "macvlan"
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user