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 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