Skip to content

Commit

Permalink
mint: Force systemctl to work on filesystem only
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jun 28, 2024
1 parent 2413dee commit 41c51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/mint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ actions:
set -eux
# Enable systemd-networkd
systemctl enable systemd-networkd
systemctl enable systemd-networkd --root=/
- trigger: post-packages
action: |-
Expand All @@ -425,7 +425,7 @@ actions:
rm /etc/*-
# Disable systemd timers and service files which fail
systemctl disable ua-timer.timer
systemctl disable ua-timer.timer --root=/
mappings:
architecture_map: debian

0 comments on commit 41c51ed

Please sign in to comment.