Signed-off-by: Alexander Zeidler <a.zeid...@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

Reply via email to