From 9296b34317006bf659faf3a03d1377a53bc3d365 Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Thu, 18 Apr 2024 11:16:47 +0200 Subject: [PATCH] report: list held back packages Signed-off-by: Alexander Zeidler --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index 9b6cd95c..1ed91c8e 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -39,6 +39,7 @@ my $init_report_cmds = sub { sub { dir2text('/etc/apt/sources.list.d/', '.+\.list') }, sub { dir2text('/etc/apt/sources.list.d/', '.+\.sources') }, 'apt-cache policy | grep -vP "^ +origin "', + 'apt-mark showhold', 'lscpu', 'pvesh get /cluster/resources --type node --output-format=yaml', ], -- 2.39.2