Magellan Linux

Diff of /trunk/installer-simple/functions/hwdetection.sh

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

revision 2405 by niro, Tue Jan 7 13:22:38 2014 UTC revision 2406 by niro, Tue Jan 7 13:23:50 2014 UTC
# Line 65  get_hwinfo_memory() Line 65  get_hwinfo_memory()
65  # special smp case  # special smp case
66  get_hwinfo_smp()  get_hwinfo_smp()
67  {  {
68   local memory=$(hwinfo --memory  | grep "Memory Size" | cut -d: -f2 | sed "s:\ ::")   local smp=$(hwinfo --smp  | grep "SMP support:" | sed 's:.*\:\ \(.*\):\1:')
69   echo "${smp}"   echo "${smp}"
70  }  }
71    

Legend:
Removed from v.2405  
changed lines
  Added in v.2406