Add a configuration option for --install, so users can get it as a default. Defaults...
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 6 Jan 2012 01:14:53 +0000 (01:14 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 6 Jan 2012 01:14:53 +0000 (01:14 +0000)
genkernel.conf

index 86282671001ae574bd377016763315e88338c650..c6378e2ce06c5db025a747f18db85a1455f5402c 100644 (file)
@@ -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"