diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-08-27 14:29:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-08-27 14:29:50 +0000 |
commit | 7702fc68c1fe43d229190957e900747c0d5639cb (patch) | |
tree | 71dc4c208c8217522f7b0362cb1046877d191b86 /scripts | |
parent | be224be324117b1e95db7ba598524c923bb9e216 (diff) | |
download | bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.gz bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.bz2 bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.tar.xz bootsplash-7702fc68c1fe43d229190957e900747c0d5639cb.zip |
set DURING_MAKE_BOOTSPLASH variable when calling splashy_config
Diffstat (limited to 'scripts')
-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 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 |