From: Paul Sokolovsky Date: Wed, 26 Dec 2007 01:10:48 +0000 (+0000) Subject: initrdscripts: Do machine detection function refactor per RFC. X-Git-Tag: Release-2010-05/1~8093 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d717570ad180da61707b73127a76ac724b791483;p=openembedded.git initrdscripts: Do machine detection function refactor per RFC. * Need to fix this, need to use good common codebase, because debugging why some adhoc code doesn't work here or there is big waste of time. --- diff --git a/packages/initscripts/initscripts-1.0/functions b/packages/initscripts/initscripts-1.0/functions index 358fc6edb3..fb9a914e4d 100644 --- a/packages/initscripts/initscripts-1.0/functions +++ b/packages/initscripts/initscripts-1.0/functions @@ -4,8 +4,8 @@ # shell scripts in the /etc/init.d directory. # -cpuinfo_id() { # return the Hardware module ID - awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '