aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-06-21 20:17:24 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-06-21 20:17:24 +0000
commit505cb92dc6579889be403db02f7d388506e17de9 (patch)
tree3834088c54413b1b02aff85ebc8544f302635f58 /genkernel.conf
parentAdded USB Printer support for bug #176543. (diff)
downloadgenkernel-505cb92dc6579889be403db02f7d388506e17de9.tar.gz
genkernel-505cb92dc6579889be403db02f7d388506e17de9.tar.bz2
genkernel-505cb92dc6579889be403db02f7d388506e17de9.zip
Added two patches from John R. Graham <john_r_graham@mindspring.com> from bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@515 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'genkernel.conf')
-rwxr-xr-xgenkernel.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/genkernel.conf b/genkernel.conf
index be1d1c33..546d6061 100755
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -2,6 +2,11 @@
# ===========GENKERNEL BASIC CONFIGURATION=============
+# Run 'make oldconfig' before compiling this kernel?
+# If set to "yes", also suppresses the fetch of the kernel .config file from
+# /etc/kernels, thus preserving the .config file in /usr/src/linux.
+# OLDCONFIG="no"
+
# Run 'make menuconfig' before compiling this kernel?
MENUCONFIG="no"
@@ -23,6 +28,9 @@ BOOTSPLASH="yes"
# Mount BOOTDIR automatically if it isn't mounted?
MOUNTBOOT="yes"
+# Make symlinks in BOOTDIR automatically?
+# SYMLINK="no"
+
# Save the new configuration in /etc/kernels upon
# successfull compilation
SAVE_CONFIG="yes"
@@ -48,6 +56,9 @@ USECOLOR="yes"
# %%ARCH%% - Final determined architecture
# %%CACHE%% - Final determined cache location
+# Set genkernel's temporary work directory. Default is /var/tmp/genkernel
+# TMPDIR="/var/tmp/genkernel"
+
# Set the boot directory, default is /boot
#BOOTDIR="/boot"