Magellan Linux

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

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

revision 1069 by niro, Mon May 31 21:02:47 2010 UTC revision 1070 by niro, Mon May 31 22:51:09 2010 UTC
# Line 122  create_grub_conf() Line 122  create_grub_conf()
122    
123  install_bootloader()  install_bootloader()
124  {  {
125   create_device_map &>> ${INSTALLER_LOG}   create_device_map >> ${INSTALLER_LOG} 2>&1
126   echo 25   echo 25
127   create_grub_conf &>> ${INSTALLER_LOG}   create_grub_conf >> ${INSTALLER_LOG} 2>&1
128   echo 50   echo 50
129   install_grub &>> ${INSTALLER_LOG}   install_grub >> ${INSTALLER_LOG} 2>&1
130   echo 100   echo 100
131  }  }

Legend:
Removed from v.1069  
changed lines
  Added in v.1070