--- trunk/installer-simple/bin/installer.sh.in 2014/01/08 10:25:50 2480 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/08 10:27:55 2481 @@ -128,7 +128,7 @@ fi } -dialog_hardware_detection() +task_hardware_detection() { local message @@ -242,7 +242,7 @@ then case ${method} in "1") task_setup_system_menu ;; - "2") dialog_hardware_detection ;; + "2") task_hardware_detection ;; "3") install_do_reboot ;; "4") /bin/bash --login -i ;; esac @@ -479,7 +479,7 @@ run_install_normal() { - dialog_hardware_detection + task_hardware_detection task_setup_hdd_partitions_manual dialog_setup_hdd_format @@ -507,7 +507,7 @@ run_install_auto() { - dialog_hardware_detection + task_hardware_detection task_setup_hdd_partitions_auto dialog_setup_hdd_format