diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-12 14:13:06 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-12 14:13:06 +0000 |
commit | 9405c435837a9fe5861b1f1a59bd2885f2eb09ff (patch) | |
tree | 791e894186a68d33f276ae53f7b2450c1ef1fa18 /scripts/make-boot-splash | |
parent | 6201e31d08db60ff343b05038ae62008e7ed2f81 (diff) | |
download | bootsplash-9405c435837a9fe5861b1f1a59bd2885f2eb09ff.tar bootsplash-9405c435837a9fe5861b1f1a59bd2885f2eb09ff.tar.gz bootsplash-9405c435837a9fe5861b1f1a59bd2885f2eb09ff.tar.bz2 bootsplash-9405c435837a9fe5861b1f1a59bd2885f2eb09ff.tar.xz bootsplash-9405c435837a9fe5861b1f1a59bd2885f2eb09ff.zip |
Add switch themes script, add support for lilo themes
Diffstat (limited to 'scripts/make-boot-splash')
-rwxr-xr-x | scripts/make-boot-splash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index e524606..bdbeca7 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -92,4 +92,6 @@ function write_header() source $config size=`wc -c<$image` write_header $tx $ty $tw $th $size >> $initrd_file -cat $image >> $initrd_file
\ No newline at end of file +cat $image >> $initrd_file + +$splash_dir/scripts/switch-themes -u |