# HG changeset patch # User Christophe Lincoln # Date 1329925755 -3600 # Node ID be257190624e932e737542d3f7af6844e5a3591e # Parent b9c73b173a0de8a8ad12c34f22b5a5dbfaf9df92 tazinst: copy grub splash image diff -r b9c73b173a0d -r be257190624e installer/tazinst --- a/installer/tazinst Wed Feb 22 16:39:16 2012 +0100 +++ b/installer/tazinst Wed Feb 22 16:49:15 2012 +0100 @@ -604,6 +604,12 @@ cp -a $SOURCE_ROOT/boot/isolinux/*.lss $TARGET_ROOT/boot/isolinux cp -a $SOURCE_ROOT/boot/isolinux/*.c32 $TARGET_ROOT/boot/isolinux fi + # GRUB splash image + if [ -f "$SOURCE/ROOT/boot/grub/splash.xmp.gz" ]; then + debug "Copy GRUB splash image" + mkdir -p $TARGET_ROOT/boot/grub + $SOURCE/ROOT/boot/grub/splash.xpm.gz $TARGET_ROOT/boot/grub + fi } need_package()