Magellan Linux

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

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

revision 2480 by niro, Wed Jan 8 10:25:50 2014 UTC revision 2481 by niro, Wed Jan 8 10:27:55 2014 UTC
# Line 128  task_setup_system_menu() Line 128  task_setup_system_menu()
128   fi   fi
129  }  }
130    
131  dialog_hardware_detection()  task_hardware_detection()
132  {  {
133   local message   local message
134    
# Line 242  task_main() Line 242  task_main()
242   then   then
243   case ${method} in   case ${method} in
244   "1") task_setup_system_menu ;;   "1") task_setup_system_menu ;;
245   "2") dialog_hardware_detection ;;   "2") task_hardware_detection ;;
246   "3") install_do_reboot ;;   "3") install_do_reboot ;;
247   "4") /bin/bash --login -i ;;   "4") /bin/bash --login -i ;;
248   esac   esac
# Line 479  install_do_reboot() Line 479  install_do_reboot()
479    
480  run_install_normal()  run_install_normal()
481  {  {
482   dialog_hardware_detection   task_hardware_detection
483    
484   task_setup_hdd_partitions_manual   task_setup_hdd_partitions_manual
485   dialog_setup_hdd_format   dialog_setup_hdd_format
# Line 507  run_install_normal() Line 507  run_install_normal()
507    
508  run_install_auto()  run_install_auto()
509  {  {
510   dialog_hardware_detection   task_hardware_detection
511    
512   task_setup_hdd_partitions_auto   task_setup_hdd_partitions_auto
513   dialog_setup_hdd_format   dialog_setup_hdd_format

Legend:
Removed from v.2480  
changed lines
  Added in v.2481