Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/grub/grub-1.99-r1.smage2

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

revision 2552 by niro, Sun Jul 3 01:35:48 2011 UTC revision 2553 by niro, Sun Jul 3 21:26:22 2011 UTC
# Line 125  postinstall() Line 125  postinstall()
125   # creates some essential links   # creates some essential links
126   [ ! -e ${MROOT}/boot/boot ] && ln -sf . ${MROOT}/boot/boot   [ ! -e ${MROOT}/boot/boot ] && ln -sf . ${MROOT}/boot/boot
127    
128   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]] && [[ ${MAGE_BOOTSTRAP} != true ]]
129   then   then
130   # create a device.map   # create a device.map
131   if [[ ! -f /boot/grub/device.map ]]   if [[ ! -f /boot/grub/device.map ]]

Legend:
Removed from v.2552  
changed lines
  Added in v.2553