diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-24 14:00:54 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-24 14:00:54 +0000 |
commit | 08d288ccebd929fce78f859531b04fcbbc7f7eca (patch) | |
tree | 2b7f7c4c54f0d3f406275ddaa20aaf8b704efa13 /scripts | |
parent | 8faea6b29abc31f3a3f1d514d5ef70dbd71ed15f (diff) | |
download | bootsplash-08d288ccebd929fce78f859531b04fcbbc7f7eca.tar bootsplash-08d288ccebd929fce78f859531b04fcbbc7f7eca.tar.gz bootsplash-08d288ccebd929fce78f859531b04fcbbc7f7eca.tar.bz2 bootsplash-08d288ccebd929fce78f859531b04fcbbc7f7eca.tar.xz bootsplash-08d288ccebd929fce78f859531b04fcbbc7f7eca.zip |
set splashy theme when building bootsplash
Diffstat (limited to 'scripts')
-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 |