small bootsplash fix
authorJohn P. Davis <zhen@gentoo.org>
Fri, 4 Jun 2004 14:24:53 +0000 (14:24 +0000)
committerJohn P. Davis <zhen@gentoo.org>
Fri, 4 Jun 2004 14:24:53 +0000 (14:24 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@387 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
livecd/runscript-support/livecdfs-update.sh

index 4a0d906fa7849e6bcfb99dd44f9d7fa29d80f289..316901703abcfaa995aab3e6f0439bba3ab858b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog for gentoo/src/catalyst 
 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.58 2004/06/04 14:03:46 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.59 2004/06/04 14:24:53 zhen Exp $
+
+  04 Jun 2004; John Davis <zhen@gentoo.org>
+  livecd/runscript-support/livecdfs-update.sh:
+  small fix for bootsplash, needed to link clst_livecd_bootsplash to
+  /etc/bootsplash/default
 
   04 Jun 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
   targets/embedded/embedded-chroot.sh,
index f0c77f1f40bf169fa6f644c324b2b90094b1acc9..ce558a416272ef38ca532d7c28abce2284597631 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.3 2004/05/22 05:51:06 zhen Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript-support/Attic/livecdfs-update.sh,v 1.4 2004/06/04 14:24:53 zhen Exp $
 
 /usr/sbin/env-update
 source /etc/profile
@@ -67,6 +67,8 @@ then
        if [ -d /etc/bootsplash/${clst_livecd_bootsplash} ]
        then
                sed -i 's/BOOTSPLASH_THEME=\"gentoo\"/\"${clst_livecd_bootsplash}\"/' /etc/conf.d/bootsplash
+               rm /etc/bootsplash/default
+               ln -s /etc/bootsplash/${clst_livecd_bootsplash} /etc/bootsplash/default
        else
                exit 1
        fi