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 6770 by niro, Tue Jul 21 12:25:48 2015 UTC revision 6771 by niro, Tue Jul 21 12:26:10 2015 UTC
# Line 504  run_hardware_detection() Line 504  run_hardware_detection()
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
516   if [[ $(echo "${hwinfo}" | grep 'Formfactor:' | sed 's:.*Formfactor\:\ \"\(.*\)\":\1:') = laptop ]]   if [[ $(echo "${hwinfo}" | grep 'Formfactor:' | sed 's:.*Formfactor\:\ \"\(.*\)\":\1:') = laptop ]]

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