Magellan Linux

Diff of /tags/installer-0_1_2/include/prepare_bootloader.sh

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

revision 774 by niro, Wed Sep 24 11:07:50 2008 UTC revision 775 by niro, Wed Sep 24 11:21:07 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/include/prepare_bootloader.sh,v 1.2 2008-09-24 11:07:50 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/include/prepare_bootloader.sh,v 1.3 2008-09-24 11:21:07 niro Exp $
2    
3  source include/hwdetection.sh  source include/hwdetection.sh
4    
# Line 82  create_grub_conf() Line 82  create_grub_conf()
82   splashimage="magellan.xpm.gz"   splashimage="magellan.xpm.gz"
83    
84   # forcefully use gfxsplash   # forcefully use gfxsplash
85   [[ ! -f ${INSTALL_ROOT}/boot/${splashimage} ]] && cp magellan-black2.xpm.gz ${INSTALL_ROOT}/boot/${splashimage}   [[ ! -f ${INSTALL_ROOT}/boot/${splashimage} ]] && cp data/magellan-black2.xpm.gz ${INSTALL_ROOT}/boot/${splashimage}
86    
87   if [[ -f ${INSTALL_ROOT}/boot/${splashimage} ]]   if [[ -f ${INSTALL_ROOT}/boot/${splashimage} ]]
88   then   then

Legend:
Removed from v.774  
changed lines
  Added in v.775