diff --git a/build.sh b/build.sh index 64bf6aa..fbea213 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/tardiba/build.sh -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2007 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -14,6 +14,7 @@ . target/mnemosyne/build.sh +custom_grubsplash() { echo_status "Changing iso's grub to use Expert Software theme..." cp -f $base/target/tardiba/files/expert-bootsplash.xpm.gz $isofsdir/boot/ sed -i -e 's,opensde\-grub\-splash\.xpm,expert\-bootsplash\.xpm,' \ @@ -23,3 +24,6 @@ sed -i -e 's,opensde\-grub\-splash\.xpm,expert\-bootsplash\.xpm,' \ $isofsdir/boot/grub/menu.lst echo_status "Done." +} + +[ "$SDECFG_TRG_MNEMOSYNE_BOOT" != 'HD' ] || custom_grubsplash