genkernel: Add --kconfig to set specific kernel config options master
authorW. Trevor King <wking@tremily.us>
Fri, 8 Mar 2013 13:54:55 +0000 (08:54 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Mar 2013 13:54:55 +0000 (08:54 -0500)
commitb177d902ac29490cba213eb81036abbde0941dd6
tree02699edb329a393de8df468d624646919e9c4ebf
parent4733b318169415c111d029183c2bc181744b7858
genkernel: Add --kconfig to set specific kernel config options

Some kernel config manipulation options already exist in genkernel
(--lvm, --multipath, ...), but this option allows you to override a
given config setting without rolling a new option specific to that
setting:

  $ genkernel ... --kconfig=CONFIG_LOGO=n ...

Ordinarily it would be easier (and more robust, with dependency
checking) to use --menuconfig or similar, but for reproducible
catalyst builds its better to specify the overrides explicitly in the
spec file.
gen_cmdline.sh
gen_configkernel.sh
genkernel