like on this system:

 # dmidecode -t bios
 # dmidecode 3.4
 Getting SMBIOS data from sysfs.
 SMBIOS 3.0.0 present.

 Handle 0x0000, DMI type 0, 24 bytes

 Handle 0x005C, DMI type 13, 22 bytes

Signed-off-by: Alexander Zeidler <a.zeid...@proxmox.com>
---
 PVE/Report.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 505629c7..3a81bdb2 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -104,7 +104,7 @@ my $init_report_cmds = sub {
        hardware => {
            order => 70,
            cmds => [
-               'dmidecode -t bios',
+               'dmidecode -t bios -q',
                'lscpu',
                'lspci -nnk',
            ],
-- 
2.39.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to