aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-30 09:57:40 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-30 09:57:40 +0000
commitfa1726a3b5c70d6f3afed770da5e57d2c0088adc (patch)
tree48df8a695543dc357516d523a34f3c95fc9930e1 /scripts/make-boot-splash
parenteb8c03b34c7bba84a6bf1cc3e5acf07df810ac2b (diff)
downloadbootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar
bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.gz
bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.bz2
bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.xz
bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.zip
fix remove-boot-splash path
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 8cd83e8..4d5722e 100755
--- a/scripts/make-boot-splash
+++ b/scripts/make-boot-splash
@@ -45,7 +45,7 @@ if [[ -z $config ]];then
exit 1;
fi
-$splash_dir/scripts/remove-splash $initrd_file
+$splash_dir/scripts/remove-boot-splash $initrd_file
if [[ -x /sbin/splash ]]; then
/sbin/splash -s -f $config >> $initrd_file