while needed seldomly we had a few cases recently where this would
have saved the user and us one roundtrip.

adding to storage, to be close to the `findmnt` output (which usually
tells us if the system is booted in efi or legacy mode)

Signed-off-by: Stoiko Ivanov <s.iva...@proxmox.com>
---
alternatively could also be added to the block device section

 PVE/Report.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index e88cfecd..3c61c1e4 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -55,6 +55,7 @@ my $init_report_cmds = sub {
                'cat /etc/fstab',
                'findmnt --ascii',
                'df --human -T',
+               'proxmox-boot-tool status',
            ],
        },
        'virtual guests' => {
-- 
2.30.2



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

Reply via email to