Add a configuration option for --install, so users can get it as a default. Defaults to "no", due to catalyst.

cleanup-cruft
Robin H. Johnson 13 years ago
parent c897f80399
commit 8139949026

@ -8,6 +8,10 @@
# =========Common Command Line Option Defaults========= # =========Common Command Line Option Defaults=========
# Should we install to $BOOTDIR? Default is "no" because genkernel is used in
# catalyst and stage building.
#INSTALL="yes"
# Run 'make oldconfig' before compiling this kernel? # Run 'make oldconfig' before compiling this kernel?
OLDCONFIG="yes" OLDCONFIG="yes"

Loading…
Cancel
Save