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"