From 08d288ccebd929fce78f859531b04fcbbc7f7eca Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 24 Jul 2008 14:00:54 +0000 Subject: set splashy theme when building bootsplash --- scripts/make-boot-splash | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1