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