Magellan Linux

Diff of /alx-src/branches/alxconf-060/bin/alx-hwdetection.sh

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

revision 3258 by niro, Wed Sep 14 13:02:37 2011 UTC revision 3259 by niro, Wed Sep 28 14:52:41 2011 UTC
# Line 152  get_system_type() Line 152  get_system_type()
152   elif [[ ! -z $(echo "${hwinfo}" | grep -i CLE266) ]]   elif [[ ! -z $(echo "${hwinfo}" | grep -i CLE266) ]]
153   then   then
154   systemtype="rangee"   systemtype="rangee"
155     elif [[ ! -z $(echo "${hwinfo}" | grep -i i810) ]]
156     then
157     systemtype="maxdata"
158     elif [[ ! -z $(echo "${hwinfo}" | grep -i i815) ]]
159     then
160     systemtype="maxdata"
161   else   else
162   systemtype="standard"   systemtype="standard"
163   fi   fi

Legend:
Removed from v.3258  
changed lines
  Added in v.3259