Nenhuma descrição

Config.in 412B

123456789101112131415
  1. menu "Configuration"
  2. depends on PACKAGE_lxc
  3. config LXC_KERNEL_OPTIONS
  4. bool "Enable kernel support for LXC"
  5. default n
  6. select KERNEL_CGROUPS
  7. select KERNEL_NAMESPACES
  8. select KERNEL_LXC_MISC
  9. help
  10. Select needed kernel options for LXC related utilities. Options
  11. include cgroups, namespaces and other miscellaneous options. These
  12. options unfortunately can not be installed as a module.
  13. endmenu