mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
527 B

  1. if [ "$ROCKCFG_KERNEL_BOOTSPLASH" == '1' ] ; then
  2. if [ -f $base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff ] ; then
  3. echo_status "Including Bootsplash Patch for version ${ver}"
  4. bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-${ver}-vanilla.diff
  5. else
  6. echo_status "Including backup Bootsplash Patch for version 2.4.24"
  7. bootsplash_patch=$base/download/mirror/b/bootsplash-3.0.7-2.4.24-vanilla.diff
  8. fi
  9. var_remove patchfiles " " "$bootsplash_patch"
  10. var_append patchfiles " " "$bootsplash_patch"
  11. fi