Skip to content

Commit

Permalink
Added support for Dell Service Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Jul 12, 2010
1 parent 6fc5a20 commit 300819b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions summary
Expand Up @@ -664,6 +664,8 @@ main () {
chassis="$(dmidecode -s chassis-type 2>/dev/null | sed 's/ *$//g')"
system="${vendor} ${product} v${version} (${chassis})"
name_val "System" "${system}";
servicetag="$(dmidecode -s system-serial-number 2>/dev/null | sed 's/ *$//g')"
name_val "Service Tag" "${servicetag:-Not found}";
fi

# Try to find all sorts of different files that say what the release is.
Expand Down

0 comments on commit 300819b

Please sign in to comment.