Magellan Linux

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

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

revision 2477 by niro, Wed Jan 8 10:21:09 2014 UTC revision 2478 by niro, Wed Jan 8 10:22:46 2014 UTC
# Line 172  dialog_hardware_detection() Line 172  dialog_hardware_detection()
172   messagebox -y 12 -h $"Detected hardware:" "${message}"   messagebox -y 12 -h $"Detected hardware:" "${message}"
173  }  }
174    
175  dialog_setup_hdd_partitions_manual()  task_setup_hdd_partitions_manual()
176  {  {
177   local i   local i
178   local retval   local retval
# Line 639  run_install_normal() Line 639  run_install_normal()
639  {  {
640   dialog_hardware_detection   dialog_hardware_detection
641    
642   dialog_setup_hdd_partitions_manual   task_setup_hdd_partitions_manual
643   dialog_setup_hdd_format   dialog_setup_hdd_format
644   setup_hdd_format > /dev/null   setup_hdd_format > /dev/null
645   install_mount_rootfs   install_mount_rootfs

Legend:
Removed from v.2477  
changed lines
  Added in v.2478