summaryrefslogtreecommitdiffstats
path: root/utils/lxc/Config.in
blob: 37286bfab4f30f54829c0208620bfb5d135c05c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
menu "Configuration"
        depends on PACKAGE_lxc

config LXC_KERNEL_OPTIONS
	bool "Enable kernel support for LXC"
	default n
	select KERNEL_CGROUPS
	select KERNEL_NAMESPACES
	select KERNEL_LXC_MISC
	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.

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
	select BUSYBOX_CONFIG_UNXZ
	select BUSYBOX_CONFIG_XZ
	select BUSYBOX_CONFIG_GETOPT
	select BUSYBOX_CONFIG_FEATURE_GETOPT_LONG
	help
	  Select needed busybox options for lxc-create utility. This include XZ tar
	  compression, long option support for tar and built-in getopt support.

endmenu