aboutsummaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:25:50 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-17 19:25:50 +0000
commit364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa (patch)
tree2763a8f0de10bcf36c76f57648868720e61fc37a /x86_64
parentRemoving the reversal patch for the suspend removal, since it will no longer ... (diff)
downloadgenkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.tar.gz
genkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.tar.bz2
genkernel-364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa.zip
Removing bootsplash support since it hasn't been in a kernel we've supported for years now, causes confusion amongst users, and really wasn't being used and caused issues with 2.6/initrd creation in some corner cases.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@534 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/config.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/x86_64/config.sh b/x86_64/config.sh
index 00a5c96..fa3ccd0 100644
--- a/x86_64/config.sh
+++ b/x86_64/config.sh
@@ -1,12 +1,9 @@
#!/bin/bash
-# x86_64/config.sh
KERNEL_MAKE_DIRECTIVE="bzImage"
KERNEL_MAKE_DIRECTIVE_2=""
KERNEL_BINARY="arch/x86_64/boot/bzImage"
-USE_DIETLIBC=1
-
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"
KERNEL_MAKE=make
@@ -21,4 +18,3 @@ UTILS_AS=as
UTILS_LD=ld
COMPRESS_INITRD=yes
-