2014-09-10 12:39:17 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_lxc
|
|
|
|
|
|
|
|
config LXC_KERNEL_OPTIONS
|
|
|
|
bool "Enable kernel support for LXC"
|
|
|
|
default n
|
|
|
|
select KERNEL_CGROUPS
|
|
|
|
select KERNEL_NAMESPACES
|
2019-08-27 03:42:34 +00:00
|
|
|
select KERNEL_DEVPTS_MULTIPLE_INSTANCES
|
|
|
|
select KERNEL_POSIX_MQUEUE
|
2017-10-18 07:49:54 +00:00
|
|
|
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
|
2017-10-23 13:29:44 +00:00
|
|
|
select PACKAGE_kmod-ikconfig
|
2014-09-10 12:39:17 +00:00
|
|
|
help
|
|
|
|
Select needed kernel options for LXC related utilities. Options
|
|
|
|
include cgroups, namespaces and other miscellaneous options. These
|
|
|
|
options unfortunately can not be installed as a module.
|
|
|
|
|
2014-10-22 11:49:40 +00:00
|
|
|
config LXC_BUSYBOX_OPTIONS
|
|
|
|
bool "Enable busybox support for lxc-create tool"
|
|
|
|
default n
|
|
|
|
select BUSYBOX_CUSTOM
|
|
|
|
select BUSYBOX_CONFIG_HAVE_DOT_CONFIG
|
|
|
|
select BUSYBOX_CONFIG_FEATURE_SEAMLESS_XZ
|
|
|
|
select BUSYBOX_CONFIG_FEATURE_TAR_LONG_OPTIONS
|
2014-10-23 13:50:38 +00:00
|
|
|
select BUSYBOX_CONFIG_UNXZ
|
|
|
|
select BUSYBOX_CONFIG_XZ
|
2014-10-22 11:49:40 +00:00
|
|
|
select BUSYBOX_CONFIG_GETOPT
|
|
|
|
select BUSYBOX_CONFIG_FEATURE_GETOPT_LONG
|
2020-05-18 22:15:28 +00:00
|
|
|
select BUSYBOX_CONFIG_MOUNTPOINT
|
2014-10-22 11:49:40 +00:00
|
|
|
help
|
|
|
|
Select needed busybox options for lxc-create utility. This include XZ tar
|
|
|
|
compression, long option support for tar and built-in getopt support.
|
|
|
|
|
2015-06-04 11:46:32 +00:00
|
|
|
config LXC_SECCOMP
|
|
|
|
bool "Enable support for seccomp in LXC"
|
|
|
|
default KERNEL_SECCOMP
|
2019-05-15 12:40:45 +00:00
|
|
|
depends on !arc
|
2015-06-04 11:46:32 +00:00
|
|
|
help
|
|
|
|
Build LXC with support for seccomp filters.
|
|
|
|
Select libseccomp which also pulls-in the needed kernel features.
|
|
|
|
|
2017-10-18 07:49:54 +00:00
|
|
|
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"
|
|
|
|
|
2014-09-10 12:39:17 +00:00
|
|
|
endmenu
|