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 6819 by niro, Thu Jul 23 08:53:26 2015 UTC revision 6822 by niro, Thu Jul 23 08:57:29 2015 UTC
# Line 13  source /mnt/cdrom/system/images.conf Line 13  source /mnt/cdrom/system/images.conf
13  source ${MLIBDIR}/functions/hwdetection.sh  source ${MLIBDIR}/functions/hwdetection.sh
14    
15  ### System/Config Version  ### System/Config Version
16  VERSION="%VERSIONTAG%"  VERSION="@@VERSION@@"
17  TITLE="alxinstall-ng - ${VERSION}"  TITLE="alxinstall-ng - ${VERSION}"
18    
19  CDPATH="/mnt/cdrom"  CDPATH="/mnt/cdrom"
# Line 365  dialog_install_meter() Line 365  dialog_install_meter()
365   return 0   return 0
366  }  }
367    
   
368  dialog_install_bootsector()  dialog_install_bootsector()
369  {  {
370   dialog \   dialog \
# Line 427  dialog_main() Line 426  dialog_main()
426  run_hardware_detection()  run_hardware_detection()
427  {  {
428   local hwinfo   local hwinfo
   
429   hwinfo="$(hwinfo --bios --storage --pci --gfxcard --sys)"   hwinfo="$(hwinfo --bios --storage --pci --gfxcard --sys)"
430    
431   # check for special devices/clients:   # check for special devices/clients:

Legend:
Removed from v.6819  
changed lines
  Added in v.6822