aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-xscripts/make-boot-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash
index 45abd82..177005c 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -9,7 +9,7 @@
: ${splash_cfg=/etc/bootsplash}
[[ -f /etc/sysconfig/bootsplash ]] && source /etc/sysconfig/bootsplash
-[[ -z $THEME ]] && THEME=Mandrake
+[[ -z $THEME ]] && THEME=Mandriva
[ $# = 2 ] || { echo "usage: $0 <initrd> <resolution>"; exit 1; }