Magellan Linux

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

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

revision 2478 by niro, Wed Jan 8 10:22:46 2014 UTC revision 2479 by niro, Wed Jan 8 10:24:48 2014 UTC
# Line 193  task_setup_hdd_partitions_manual() Line 193  task_setup_hdd_partitions_manual()
193   fi   fi
194  }  }
195    
196  dialog_setup_hdd_partitions_auto()  task_setup_hdd_partitions_auto()
197  {  {
198   local i   local i
199   local retval   local retval
# Line 667  run_install_auto() Line 667  run_install_auto()
667  {  {
668   dialog_hardware_detection   dialog_hardware_detection
669    
670   dialog_setup_hdd_partitions_auto   task_setup_hdd_partitions_auto
671   dialog_setup_hdd_format   dialog_setup_hdd_format
672   setup_hdd_format > /dev/null   setup_hdd_format > /dev/null
673   install_mount_rootfs   install_mount_rootfs

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