--- trunk/installer/include/prepare_bootloader.sh 2010/05/30 18:29:43 1034 +++ trunk/installer/include/prepare_bootloader.sh 2010/05/30 18:37:54 1035 @@ -89,12 +89,6 @@ if [[ -f ${INSTALL_ROOT}/boot/${splashimage} ]] then add_grub_conf "# splash image" - # old logo - #add_grub_conf "splashimage /boot/magellan.xpm.gz" - #add_grub_conf "foreground FFFFFF" - #add_grub_conf "background 1B456B" - - # the new one add_grub_conf "splashimage $(convert_device ${PARTITION_DISK_BOOT})/boot/${splashimage}" add_grub_conf "foreground FFFFFF" add_grub_conf "background 253861"