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.

6 lines
287 B

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