updated filters, added OEM

This commit is contained in:
inxi-svn 2011-06-08 06:56:54 +00:00
parent 042130ee45
commit a246d28df4

2
inxi
View file

@ -3785,7 +3785,7 @@ get_machine_data()
{ {
gsub(/'"$BAN_LIST_NORMAL"'/, "", $0) gsub(/'"$BAN_LIST_NORMAL"'/, "", $0)
gsub(/,/, " ", $0) gsub(/,/, " ", $0)
sub(/To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A/, "", $0) sub(/To Be Filled By O.E.M.|Not Available|System manufacturer|System Product Name|System Version|N\/A|OEM/, "", $0)
gsub(/^ +| +$/, "", $0) gsub(/^ +| +$/, "", $0)
gsub(/ [ \t]+/, " ", $0) gsub(/ [ \t]+/, " ", $0)
print $0 print $0