From 905156ab89c00d291aed1940304ea2e968dda7f9 Mon Sep 17 00:00:00 2001 From: "John P. Davis" Date: Fri, 4 Jun 2004 14:24:53 +0000 Subject: [PATCH] small bootsplash fix git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@387 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 7 ++++++- livecd/runscript-support/livecdfs-update.sh | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a0d906f..31690170 100644 --- 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 + 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 modules/generic_stage_target.py, targets/embedded/embedded-chroot.sh, diff --git a/livecd/runscript-support/livecdfs-update.sh b/livecd/runscript-support/livecdfs-update.sh index f0c77f1f..ce558a41 100755 --- a/livecd/runscript-support/livecdfs-update.sh +++ b/livecd/runscript-support/livecdfs-update.sh @@ -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 -- 2.26.2