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

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