From bc53d575852b7534c66f34918d7f6653f385651b Mon Sep 17 00:00:00 2001 From: Evadne Wu Date: Tue, 28 Jan 2025 20:04:08 +0000 Subject: [PATCH] debian: add polkit for trixie - polkit is needed for systemd-networkd to set hostnames - this operation can happen in an Incus container if `cloud-init.network-config` is set. Signed-off-by: Evadne Wu --- images/debian.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/images/debian.yaml b/images/debian.yaml index fc50be19..4f5ee0b1 100644 --- a/images/debian.yaml +++ b/images/debian.yaml @@ -1217,20 +1217,26 @@ packages: architectures: - amd64 - arm64 - types: - - vm releases: - buster - bullseye + - packages: + - polkit + action: install + architectures: + - amd64 + - arm64 + releases: + - trixie + - sid + - packages: - pkexec action: install architectures: - amd64 - arm64 - types: - - vm releases: - bookworm - trixie