From 8139949026114379b06f98dd7bd860f11b01b7a8 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 6 Jan 2012 01:14:53 +0000 Subject: [PATCH] Add a configuration option for --install, so users can get it as a default. Defaults to "no", due to catalyst. --- genkernel.conf | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.26.2