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.

10 lines
287 B

  1. if [ x"$ROCKCFG_PKG_LINUX_BOOTSPLASH" == x'1' ]; then
  2. for x in CONFIG_{FRAMEBUFFER_CONSOLE,FBCON_SPLASHSCREEN,BOOTSPLASH}; do
  3. sed -i "/$x/d" $1
  4. echo "$x=y" >> $1
  5. done
  6. else
  7. for x in CONFIG_{FRAMEBUFFER_CONSOLE,FBCON_SPLASHSCREEN,BOOTSPLASH}; do
  8. sed -i "/$x/d" $1
  9. done
  10. fi