Magellan Linux

Diff of /trunk/installer/hwdetection.sh

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

revision 571 by niro, Thu Sep 6 10:35:01 2007 UTC revision 573 by niro, Wed Sep 12 18:36:50 2007 UTC
# Line 65  remove_duplicates() Line 65  remove_duplicates()
65   done   done
66    
67   # remove all ':' and show the cleaned list   # remove all ':' and show the cleaned list
68   echo "${fixed_list}" | sed "s|:| |g"   # this way fixes double spaces also
69     for i in $(echo ${fixed_list} | sed "s|:| |g")
70     do
71     echo "${i}"
72     done
73  }  }
74    
75  get_x11_driver_modules()  get_x11_driver_modules()
# Line 147  create_initrd() Line 151  create_initrd()
151  #get_driver_modules all  #get_driver_modules all
152    
153  # network  # network
154  get_hwinfo netcard  #get_hwinfo netcard
155  get_driver_modules netcard  #get_driver_modules netcard
156    
157  #get_hwinfo disk  #get_hwinfo disk
158  #get_hwinfo partition | grep /dev/hda  #get_hwinfo partition | grep /dev/hda

Legend:
Removed from v.571  
changed lines
  Added in v.573