[pve-devel] [PATCH manager 7/9] report: add info of the mainboard in use

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


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

diff --git a/PVE/Report.pm b/PVE/Report.pm
index 3a81bdb2..f28d7b38 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -104,6 +104,7 @@ my $init_report_cmds = sub {
 	hardware => {
 	    order => 70,
 	    cmds => [
+		'cd /sys/devices/virtual/dmi/id; cat board_vendor board_name',
 		'dmidecode -t bios -q',
 		'lscpu',
 		'lspci -nnk',
-- 
2.39.2





More information about the pve-devel mailing list