diff options
-rwxr-xr-x | scripts/make-boot-splash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 19eab00..d92453d 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -34,6 +34,10 @@ fi 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 +fi + $splash_dir/scripts/make-boot-splash-raw $initrd_file $resolution $THEME || exit 1 if [ -z "$DURING_INSTALL" ]; then |