mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
added another regex for mobo data
This commit is contained in:
parent
e68f70b840
commit
dabe37f200
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -4254,7 +4254,7 @@ get_machine_data()
|
|||
# Chassis Manufacturer|Chassis Version|Chassis Serial Number
|
||||
# System manufacturer|System Product Name|System Version
|
||||
# To Be Filled By O.E.M.
|
||||
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none/, "", $0)
|
||||
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*/, "", $0)
|
||||
gsub(/bios|acpi/, "", $0)
|
||||
sub(/http:\/\/www.abit.com.tw\//, "Abit", $0)
|
||||
gsub(/^ +| +$/, "", $0)
|
||||
|
|
Loading…
Add table
Reference in a new issue