Skip to content

Commit

Permalink
debian: add polkit for trixie
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
evadne authored Jan 28, 2025
1 parent f229d8b commit bc53d57
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions images/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc53d57

Please sign in to comment.