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.

9 lines
447 B

  1. if [ "$ROCKCFG_PKG_LINUX_BOOTSPLASH" == '1' ]; then
  2. bspatch=$(grep bspatch${xpkg:0:7} $base/package/avm/bootsplash/bootsplash.desc\
  3. | awk 'BEGIN{FS="="}{print $2}')
  4. var_remove patchfiles " " "$base/download/mirror/${bspatch:0:1}/$bspatch"
  5. var_append patchfiles " " "$base/download/mirror/${bspatch:0:1}/$bspatch"
  6. var_append confscripts " " "$base/package/avm/bootsplash/kernelconfig.sh"
  7. else
  8. echo_status "No bootsplash in this config"
  9. fi