Magellan Linux

Diff of /trunk/installer-simple/bin/installer.sh.in

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

revision 2485 by niro, Wed Jan 8 10:40:59 2014 UTC revision 2486 by niro, Wed Jan 8 10:43:20 2014 UTC
# Line 103  install_meter() Line 103  install_meter()
103  mount_rootfs()  mount_rootfs()
104  {  {
105   is_mounted --location "${INSTALLROOT}" || mount "${ROOTHDD}" "${INSTALLROOT}"   is_mounted --location "${INSTALLROOT}" || mount "${ROOTHDD}" "${INSTALLROOT}"
106   install -d ${INSTALLROOT}/boot || dialog_die   [[ -d ${INSTALLROOT}/boot ]] || install -d ${INSTALLROOT}/boot
107  }  }
108    
109  umount_rootfs()  umount_rootfs()

Legend:
Removed from v.2485  
changed lines
  Added in v.2486