Browse Source

tardiba: modified to apply custom grubsplash only if grub is installed.

master
Nagy Karoly Gabriel 15 years ago
parent
commit
653c344b2e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      build.sh

+ 3
- 1
build.sh

@ -26,4 +26,6 @@ sed -i -e 's,opensde\-grub\-splash\.xpm,expert\-bootsplash\.xpm,' \
echo_status "Done."
}
[ "$SDECFG_TRG_MNEMOSYNE_BOOT" != 'HD' ] || custom_grubsplash
if pkginstalled grub; then
custom_grubsplash
fi

Loading…
Cancel
Save