Skip to content
Snippets Groups Projects
Unverified Commit 163d56b3 authored by Martijn Braam's avatar Martijn Braam
Browse files

Show dmi firmware version in the about page

parent 6d922e50
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,18 @@
weight: 30
type: info
backend: hardwareinfo
key: distro
\ No newline at end of file
key: distro
- name: Firmware vendor
weight: 40
type: info
backend: sysfs
stype: string
key: /sys/class/dmi/id/bios_vendor
readonly: true
- name: Firmware version
weight: 50
type: info
backend: sysfs
stype: string
key: /sys/class/dmi/id/bios_version
readonly: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment