]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add proxmox-boot-tool status output
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 12 Sep 2022 13:37:37 +0000 (15:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 14:04:18 +0000 (16:04 +0200)
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.ivanov@proxmox.com>
PVE/Report.pm

index e88cfecd1b980900d93a1dd8a85e95630e83521f..3c61c1e41b6355f807b9e1db15bb69e65c3d94ad 100644 (file)
@@ -55,6 +55,7 @@ my $init_report_cmds = sub {
                'cat /etc/fstab',
                'findmnt --ascii',
                'df --human -T',
+               'proxmox-boot-tool status',
            ],
        },
        'virtual guests' => {