Fix for bug #46596; version header update.
authorTim Yamin <plasmaroo@gentoo.org>
Fri, 2 Apr 2004 20:27:42 +0000 (20:27 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Fri, 2 Apr 2004 20:27:42 +0000 (20:27 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@102 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_initrd.sh
genkernel

index f47a2877f0139b7ce1c49a79b216c8aef93ff1e2..ee1f6acbbda1aa952509b5eb49107064ecb7058b 100644 (file)
@@ -211,8 +211,8 @@ create_initrd() {
        then
                if [ -x /sbin/splash ]
                then
-                       [ -z "${BOOTSPLASH_THEME}" ] && [ -e /etc/conf.d/bootplash.conf ] && source /etc/conf.d/bootsplash.conf
-                       [ -z "${BOOTSPLASH_THEME}" ] && [ -e /etc/conf.d/bootplash ] && source /etc/conf.d/bootsplash
+                       [ -z "${BOOTSPLASH_THEME}" ] && [ -e /etc/conf.d/bootsplash.conf ] && source /etc/conf.d/bootsplash.conf
+                       [ -z "${BOOTSPLASH_THEME}" ] && [ -e /etc/conf.d/bootsplash ] && source /etc/conf.d/bootsplash
                        [ -z "${BOOTSPLASH_THEME}" ] && BOOTSPLASH_THEME=default
                        print_info 1 "        >> Installing bootsplash [ using the ${BOOTSPLASH_THEME} theme ]..."
                        for bootRes in '800x600' '1024x768' '1280x1024' '1600x1200'
@@ -221,7 +221,7 @@ create_initrd() {
                                then
                                        /sbin/splash -s -f /etc/bootsplash/${BOOTSPLASH_THEME}/config/bootsplash-${bootRes}.cfg >> ${TEMP}/initrd-loop || gen_die "Error: could not copy ${bootRes} bootsplash!"
                                else
-                                       print_info 1 "splash: Did not find a bootplash for the ${bootRes} resolution..."
+                                       print_info 1 "splash: Did not find a bootsplash for the ${bootRes} resolution..."
                                fi
                        done
                else
index 672bd35303baa134ee657b6f4d23bc3aac04ce8e..fa1eb354a8f752164d46ee31e30b9b34960d7495 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Genkernel v3
 
-GK_V="3.0.2_rc1"
+GK_V="3.0.2"
 TEMP="/var/tmp/genkernel"
 
 small_die() {