Magellan Linux

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

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

revision 1027 by niro, Sun May 30 17:40:47 2010 UTC revision 1028 by niro, Sun May 30 17:50:47 2010 UTC
# Line 116  create_grub_conf() Line 116  create_grub_conf()
116    
117  install_bootloader()  install_bootloader()
118  {  {
119   create_device_map >&2   create_device_map &> /dev/null
120   echo 25   echo 25
121   create_grub_conf >&2   create_grub_conf &> /dev/null
122   echo 50   echo 50
123   install_grub >&2   install_grub &> /dev/null
124   echo 100   echo 100
125  }  }
126    

Legend:
Removed from v.1027  
changed lines
  Added in v.1028