]> git.proxmox.com Git - qemu-server.git/commit
fix #3428: cloudinit: add parameter for upgrade on boot
authorLeo Nunner <l.nunner@proxmox.com>
Thu, 4 May 2023 10:55:01 +0000 (12:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 16:25:46 +0000 (18:25 +0200)
commitefa3355d3b17170e073258331bfa9e2b99f3fa43
treedfc1437e6418af0e2f6c8c9cd264368da4f11749
parent46f3fc25d8e990c339f08b00f986c4c2d66196e8
fix #3428: cloudinit: add parameter for upgrade on boot

up until now, we did an automatic upgrade after the first boot in our
standard cloud-init config. This has been requested to be toggleable
several times [1][2]. With this patch, "package_upgrade" is disabled by
default, and needs to be enabled manually, diverging from the previous
behaviour.

[1] https://forum.proxmox.com/threads/how-to-prevent-automatic-apt-upgrade-during-the-first-boot-with-cloud-init.68472/
[2] https://forum.proxmox.com/threads/cloud-init-ohne-package-upgrade.123841/

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
PVE/QemuServer.pm
PVE/QemuServer/Cloudinit.pm