From 7702fc68c1fe43d229190957e900747c0d5639cb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 27 Aug 2008 14:29:50 +0000 Subject: set DURING_MAKE_BOOTSPLASH variable when calling splashy_config --- scripts/make-boot-splash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index d92453d..5f8ec81 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -35,7 +35,7 @@ rm -f $splash_dir/themes/current ln -s $THEME $splash_dir/themes/current if [ -x /sbin/splashy_config ]; then - /sbin/splashy_config -s $THEME-$resolution + DURING_MAKE_BOOTSPLASH=1 /sbin/splashy_config -s $THEME-$resolution fi $splash_dir/scripts/make-boot-splash-raw $initrd_file $resolution $THEME || exit 1 -- cgit v1.2.1