aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetar Koretic <petar.koretic@sartura.hr>2014-10-22 13:49:40 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2014-10-23 04:09:26 -0400
commitbfb1c85ae06972fdddd5013e497e3a1a059bd1d8 (patch)
treea5f558f6bc67a681a465f7622a51e70cf69463f0
parent9168c95173e5a15dd6e1bec527af0efc7f5a6d85 (diff)
lxc: add busybox options menu
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
-rw-r--r--utils/lxc/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/lxc/Config.in b/utils/lxc/Config.in
index c52ba532e..cb59238af 100644
--- a/utils/lxc/Config.in
+++ b/utils/lxc/Config.in
@@ -12,4 +12,17 @@ config LXC_KERNEL_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_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