public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] api: apt versions: track optional amd64/intel-microcode packages
@ 2024-04-18  7:44 Alexander Zeidler
  2024-04-18 20:15 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Zeidler @ 2024-04-18  7:44 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
---
 PVE/API2/APT.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm
index 54121ec2..4ab6da60 100644
--- a/PVE/API2/APT.pm
+++ b/PVE/API2/APT.pm
@@ -759,6 +759,7 @@ __PACKAGE__->register_method({
 	push @list, sort $byver grep { /^(?:pve|proxmox)-kernel-/ && $cache->{$_}->{CurrentState} eq 'Installed' } keys %$cache;
 
         my @opt_pack = qw(
+	    amd64-microcode
 	    ceph
 	    criu
 	    dnsmasq
@@ -766,6 +767,7 @@ __PACKAGE__->register_method({
 	    gfs2-utils
 	    ifupdown
 	    ifupdown2
+	    intel-microcode
 	    ksm-control-daemon
 	    ksmtuned
 	    libpve-apiclient-perl
-- 
2.39.2



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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-18 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  7:44 [pve-devel] [PATCH manager] api: apt versions: track optional amd64/intel-microcode packages Alexander Zeidler
2024-04-18 20:15 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal