Magellan Linux

Diff of /trunk/installer/include/prepare_bootloader.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1034 by niro, Sun May 30 18:29:43 2010 UTC revision 1035 by niro, Sun May 30 18:37:54 2010 UTC
# Line 89  create_grub_conf() Line 89  create_grub_conf()
89   if [[ -f ${INSTALL_ROOT}/boot/${splashimage} ]]   if [[ -f ${INSTALL_ROOT}/boot/${splashimage} ]]
90   then   then
91   add_grub_conf "# splash image"   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  
92   add_grub_conf "splashimage $(convert_device ${PARTITION_DISK_BOOT})/boot/${splashimage}"   add_grub_conf "splashimage $(convert_device ${PARTITION_DISK_BOOT})/boot/${splashimage}"
93   add_grub_conf "foreground FFFFFF"   add_grub_conf "foreground FFFFFF"
94   add_grub_conf "background 253861"   add_grub_conf "background 253861"

Legend:
Removed from v.1034  
changed lines
  Added in v.1035