diff options
-rwxr-xr-x | scripts/make-boot-splash | 2 |
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 |