diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-09-04 17:06:06 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-09-04 17:06:06 +0100 |
commit | 7f0a363c9034a3b1600efab7c30bf7ab06381816 (patch) | |
tree | 6fdd5aa772d67db852bdddd48de1c6f96f394089 /op-mode-definitions | |
parent | 8e22a2f6f77dc2d10969d8603c59a8834164b903 (diff) | |
download | vyos-1x-7f0a363c9034a3b1600efab7c30bf7ab06381816.tar.gz vyos-1x-7f0a363c9034a3b1600efab7c30bf7ab06381816.zip |
T671: call dmidecode directly in "show hardware dmi"
The old script isn't doing much, in fact, it's much less informative
than actual dmidecode
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-hardware.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-hardware.xml.in b/op-mode-definitions/show-hardware.xml.in index ebd806ba5..21079765a 100644 --- a/op-mode-definitions/show-hardware.xml.in +++ b/op-mode-definitions/show-hardware.xml.in @@ -31,7 +31,7 @@ <properties> <help>Show system DMI details</help> </properties> - <command>${vyatta_bindir}/vyatta-show-dmi</command> + <command>sudo dmidecode</command> </node> <node name="mem"> <properties> |