aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-04-16 15:34:46 +0100
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-04-16 15:34:46 +0100
commitc88eb6c686a74edf06234f181596212fa160653c (patch)
treed282007aa5427d9fdc2642de444ef3befeb349cb /scripts/make-boot-splash
parent3df88d5aac1b924d0b37864c85e19e3378c0b382 (diff)
downloadbootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar
bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.gz
bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.bz2
bootsplash-c88eb6c686a74edf06234f181596212fa160653c.tar.xz
bootsplash-c88eb6c686a74edf06234f181596212fa160653c.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r908 | blino | 2011-04-16 15:34:46 +0100 (Sat, 16 Apr 2011) | 1 line initial bootsplash import (cleaned from Mdv) ------------------------------------------------------------------------
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 3173a7a..f4d5dab 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -3,12 +3,12 @@
# Copyright (C) 2002 by Chmouel Boudjnah <chmouel@mandrakesoft.com>
# Redistribution of this file is permitted under the terms of the GNU
# Public License (GPL)
-# $Id$
+# $Id: make-boot-splash 261558 2009-10-07 17:07:28Z fcrozat $
: ${splash_dir=/usr/share/bootsplash}
[[ -f /etc/sysconfig/bootsplash ]] && source /etc/sysconfig/bootsplash
-[[ -z $THEME ]] && THEME=Mandriva
+[[ -z $THEME ]] && THEME=Mageia-Default
[ $# = 2 ] || { echo "usage: $0 <initrd> <resolution>"; exit 1; }