From: Robin H. Johnson Date: Fri, 6 Jan 2012 01:14:53 +0000 (+0000) Subject: Add a configuration option for --install, so users can get it as a default. Defaults... X-Git-Tag: v3.4.21.2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8139949026114379b06f98dd7bd860f11b01b7a8;p=genkernel.git Add a configuration option for --install, so users can get it as a default. Defaults to "no", due to catalyst. --- diff --git a/genkernel.conf b/genkernel.conf index 8628267..c6378e2 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -8,6 +8,10 @@ # =========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? OLDCONFIG="yes"