From fa1726a3b5c70d6f3afed770da5e57d2c0088adc Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 30 Jun 2004 09:57:40 +0000 Subject: fix remove-boot-splash path --- scripts/make-boot-splash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/make-boot-splash') 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 -- cgit v1.2.1