@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/tardiba/build.sh
# 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.
# More information can be found in the files COPYING and README.
#
#
@ -14,6 +14,7 @@
. target/mnemosyne/build.sh
. target/mnemosyne/build.sh
custom_grubsplash( ) {
echo_status "Changing iso's grub to use Expert Software theme..."
echo_status "Changing iso's grub to use Expert Software theme..."
cp -f $base /target/tardiba/files/expert-bootsplash.xpm.gz $isofsdir /boot/
cp -f $base /target/tardiba/files/expert-bootsplash.xpm.gz $isofsdir /boot/
sed -i -e 's,opensde\-grub\-splash\.xpm,expert\-bootsplash\.xpm,' \
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
$isofsdir /boot/grub/menu.lst
echo_status "Done."
echo_status "Done."
}
[ " $SDECFG_TRG_MNEMOSYNE_BOOT " != 'HD' ] || custom_grubsplash