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 5575 by niro, Tue Apr 22 10:55:06 2014 UTC revision 6771 by niro, Tue Jul 21 12:26:10 2015 UTC
# Line 145  dialog_setup_system_menu() Line 145  dialog_setup_system_menu()
145   then   then
146   case "${i}" in   case "${i}" in
147   "1") run_install_auto ;;   "1") run_install_auto ;;
148           "2") run_install_normal ;;   "2") run_install_normal ;;
149   "3") run_install_flash ;;   "3") run_install_flash ;;
150   "") dialog_setup_system_menu;;   "") dialog_setup_system_menu;;
151   esac   esac
# Line 433  dialog_main() Line 433  dialog_main()
433   if [[ ${RES} -eq 0 ]]   if [[ ${RES} -eq 0 ]]
434   then   then
435   case ${METHOD} in   case ${METHOD} in
436           "1") dialog_setup_system_menu ;;   "1") dialog_setup_system_menu ;;
437   "2") dialog_hardware_detection ;;   "2") dialog_hardware_detection ;;
438   "3") install_do_reboot ;;   "3") install_do_reboot ;;
439   "4") /bin/bash --login -i ;;   "4") /bin/bash --login -i ;;
# Line 503  run_hardware_detection() Line 503  run_hardware_detection()
503   # enable full kms support   # enable full kms support
504   export GRUB2GFXPAYLOAD="keep"   export GRUB2GFXPAYLOAD="keep"
505   fi   fi
506    
507     # check for radeon gfxcards
508     if [[ ! -z $(echo "${hwinfo}" | grep -i radeon) ]]
509     then
510     # enable full kms support
511     export GRUB2GFXPAYLOAD="keep"
512     fi
513    
514   # check for special devices/clients:   # check for special devices/clients:
515   # check for laptops and activate cpufreq scaling   # check for laptops and activate cpufreq scaling

Legend:
Removed from v.5575  
changed lines
  Added in v.6771