projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c897f80
)
Add a configuration option for --install, so users can get it as a default. Defaults...
author
Robin H. Johnson
<robbat2@gentoo.org>
Fri, 6 Jan 2012 01:14:53 +0000
(
01:14
+0000)
committer
Robin H. Johnson
<robbat2@gentoo.org>
Fri, 6 Jan 2012 01:14:53 +0000
(
01:14
+0000)
genkernel.conf
patch
|
blob
|
history
diff --git
a/genkernel.conf
b/genkernel.conf
index 86282671001ae574bd377016763315e88338c650..c6378e2ce06c5db025a747f18db85a1455f5402c 100644
(file)
--- 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"