Мне нужно настроить ядро для установки Docker. Вот что он требует:
* Checking for suitable kernel configuration options...
* CONFIG_DEVPTS_MULTIPLE_INSTANCES: is not set when it should be.
* CONFIG_CGROUP_DEVICE: is not set when it should be.
* CONFIG_CGROUP_FREEZER: is not set when it should be.
* CONFIG_MACVLAN: is not set when it should be.
* CONFIG_VETH: is not set when it should be.
* CONFIG_CGROUP_PERF: is optional for container statis
Всем этим опция соответствуют строки в /usr/src/linux*/.config. А есть какой-то быстрый способ найти где именно в дереве menuconfig расположены эти опции ?