[pve-devel] [PATCH manager 4/7] report: list held back packages
Alexander Zeidler
a.zeidler at proxmox.com
Thu Apr 18 11:16:47 CEST 2024
Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
v2:
* newly added
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
More information about the pve-devel
mailing list