From 78009104c3d024c7a9fee68f21968f5023575d8a Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 27 Feb 2004 17:06:56 +0000 Subject: [PATCH] initrd bootsplash fix to use "default" git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@89 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_initrd.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gen_initrd.sh b/gen_initrd.sh index 76913af..7c3df9c 100644 --- a/gen_initrd.sh +++ b/gen_initrd.sh @@ -209,10 +209,10 @@ create_initrd() { if [ "${BOOTSPLASH}" -eq "1" ] then print_info 1 "initrd: copying bootsplash" - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-800x600.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 800x600 bootsplash" - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-1024x768.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1024x768 bootsplash" - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-1280x1024.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1280x1024 bootsplash" - /sbin/splash -s -f /etc/bootsplash/gentoo/config/bootsplash-1600x1200.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1600x1200 bootsplash" + /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-800x600.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 800x600 bootsplash" + /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1024x768.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1024x768 bootsplash" + /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1280x1024.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1280x1024 bootsplash" + /sbin/splash -s -f /etc/bootsplash/default/config/bootsplash-1600x1200.cfg >> ${TEMP}/initrd-loop || gen_die "could not copy 1600x1200 bootsplash" fi cp ${TEMP}/initrd-loop /boot/initrd-${KV} || gen_die "could not copy initrd to boot" } -- 2.26.2