]> git.proxmox.com Git - proxmox-backup.git/commitdiff
system report: add proxmox-boot-tool status output
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Oct 2023 15:15:06 +0000 (17:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Oct 2023 15:15:06 +0000 (17:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/server/report.rs

index 006581842bed9aa4737caf215fb476f6def81a5f..5710a5a31ca2d72fc62a46ed147210f33459e87c 100644 (file)
@@ -59,6 +59,7 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
         ("proxmox-backup-manager", vec!["subscription", "get"]),
         ("proxmox-backup-manager", vec!["ldap", "list"]),
         ("proxmox-backup-manager", vec!["openid", "list"]),
+        ("proxmox-boot-tool", vec!["status"]),
         ("df", vec!["-h"]),
         (
             "lsblk",