[pve-devel] [PATCH manager 6/9] report: switch `dmidecode` to quiet to omit almost never needed info

Alexander Zeidler a.zeidler at proxmox.com
Fri Mar 22 14:59:30 CET 2024


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.zeidler at 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





More information about the pve-devel mailing list