Magellan Linux

Diff of /alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh.in

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

revision 6872 by niro, Thu Jul 23 14:27:26 2015 UTC revision 6873 by niro, Fri Jul 24 08:31:23 2015 UTC
# Line 242  dialog_hardware_detection() Line 242  dialog_hardware_detection()
242   fi   fi
243   if [[ ${FLASHDISK} = 1 ]]   if [[ ${FLASHDISK} = 1 ]]
244   then   then
245   echo " \n \\ZnFlash Speicher erkannt, F2FS wird als Dateisystem benutzt.\\Zn \\" >> ${hwtmp}   echo " \n \\ZnFlash Speicher erkannt, F2FS wird als Dateisystem bei der\\Zn \\" >> ${hwtmp}
246     echo " \n \\Znautomatischen Installation benutzt.\\Zn \\" >> ${hwtmp}
247   fi   fi
248    
249   echo " \" 14 70" >> ${hwtmp}   echo " \" 14 70" >> ${hwtmp}
# Line 1023  run_install() Line 1024  run_install()
1024   export FORMFACTOR="${DEFAULT_FORMFACTOR}"   export FORMFACTOR="${DEFAULT_FORMFACTOR}"
1025   export FORMAT_FILESYSTEM="${DEFAULT_FORMAT_FILESYSTEM}"   export FORMAT_FILESYSTEM="${DEFAULT_FORMAT_FILESYSTEM}"
1026    
1027     # run hardware detections first to get the disktypes detected
1028     dialog_hardware_detection
1029    
1030   case "${method}" in   case "${method}" in
1031   auto)   auto)
1032   if [[ ${FLASHDISK} = 1 ]]   if [[ ${FLASHDISK} = 1 ]]
# Line 1057  run_install() Line 1061  run_install()
1061   ;;   ;;
1062   esac   esac
1063    
  dialog_hardware_detection  
   
1064   dialog_setup_hdd_partitions   dialog_setup_hdd_partitions
1065   dialog_setup_hdd_format   dialog_setup_hdd_format
1066   setup_hdd_format > /dev/null   setup_hdd_format > /dev/null

Legend:
Removed from v.6872  
changed lines
  Added in v.6873