diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-17 19:25:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-09-17 19:25:50 +0000 |
commit | 364336c8dce9ce1ead11a3d3a6a61b6ee775d2fa (patch) | |
tree | 2763a8f0de10bcf36c76f57648868720e61fc37a /alpha/config.sh | |
parent | Removing the reversal patch for the suspend removal, since it will no longer ... (diff) | |
download | genkernel-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 'alpha/config.sh')
-rw-r--r-- | alpha/config.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/alpha/config.sh b/alpha/config.sh index ed4ce83e..65b05add 100644 --- a/alpha/config.sh +++ b/alpha/config.sh @@ -1,14 +1,9 @@ #!/bin/bash -# x86/config.sh KERNEL_MAKE_DIRECTIVE="boot" KERNEL_MAKE_DIRECTIVE_2="" KERNEL_BINARY="arch/alpha/boot/vmlinux.gz" -# The dietlibc portion of busybox is commented out right now -# other stuff seems to compile fine though -USE_DIETLIBC=1 - [ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2" KERNEL_MAKE=make @@ -23,5 +18,3 @@ UTILS_AS=as UTILS_LD=ld COMPRESS_INITRD=yes - -BOOTSPLASH=no |