Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
d9eab95512
3 changed files with 9 additions and 11 deletions
  1. +6
    -3
      package/avm/bootsplash/bootsplash.desc
  2. +2
    -7
      package/avm/bootsplash/pkg_linux24_pre.conf
  3. +1
    -1
      package/avm/bootsplash/stone_mod_bootsplash.sh

+ 6
- 3
package/avm/bootsplash/bootsplash.desc

@ -44,10 +44,13 @@
[V] 3.0.7
[P] X -?---5---9 191.400
[D] 4180078131 bootsplash-3.0.7.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/rpm-sources/bootsplash/
# [D] 4180078131 bootsplash-3.0.7.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/rpm-sources/bootsplash/
[D] 4193909748 bootsplash-3.1.tar.bz2 http://www.bootsplash.de/files/splashutils/
[D] 2757340655 bootsplash-3.0.7-2.4.29-vanilla.diff http://home.in.tum.de/~meiera/projects/rocklinux/download/avm/bootsplash/
[D] 1662900720 bootsplash-3.1.4-2.6.10.diff http://www.bootsplash.de/files/
[D] 136525566 Theme-Linux.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/themes/
[D] 413833771 Theme-Redmond.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/themes/
[D] 4212729406 Theme-Leopard.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/themes/
[D] 2662651191 Theme-OfficeDesktop.tar.bz2 ftp://ftp.suse.com/pub/people/stepan/bootsplash/rpm-sources/bootsplash-theme-SuSE-classic/
[D] 627928384 bootsplash-3.0.7-2.4.24-vanilla.diff ftp://ftp.suse.com/pub/people/stepan/bootsplash/kernel/
[D] 512579477 bootsplash-3.1.3-2.6.0-test9.diff ftp://ftp.suse.com/pub/people/stepan/bootsplash/kernel/
[D] 642791814 Theme-Matrix.tar.bz2 http://www.bootsplash.de/files/themes/
[D] 3601521727 Theme-Shodan.tar.bz2 http://www.bootsplash.de/files/themes/

+ 2
- 7
package/avm/bootsplash/pkg_linux24_pre.conf

@ -1,11 +1,6 @@
if [ "$ROCKCFG_KERNEL_BOOTSPLASH" == '1' ] ; then
if [ -f $base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff ] ; then
echo_status "Including Bootsplash Patch for version ${ver}"
bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff
else
echo_status "Including backup Bootsplash Patch for version 2.4.24"
bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-2.4.24-vanilla.diff
fi
echo_status "Including Bootsplash Patch for version ${ver}"
bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff
var_remove patchfiles " " "$bootsplash_patch"
var_append patchfiles " " "$bootsplash_patch"
fi

+ 1
- 1
package/avm/bootsplash/stone_mod_bootsplash.sh

@ -65,7 +65,7 @@ main() {
"" "" \
'Append Bootsplash Image to initrd' \
'gui_cmd "Appending Bootsplash Image 1024x68 to initrd" \
"$SPLASH -s -f /etc/bootsplash/$BOOTSPLASH_THEME/config/$BOOTSPLASH_CFGFILE >> $INITRD"'
"$SPLASH -s -f /etc/bootsplash/themes/$BOOTSPLASH_THEME/config/$BOOTSPLASH_CFGFILE >> $INITRD"'
do : ; done
}

Loading…
Cancel
Save