Skip to content

Commit

Permalink
archlinux: Disable systemd-nsresourced
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
(cherry picked from commit 73ad382aefc12e7bad514934f5484cc87efa1c77)
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
stgraber authored and simondeziel committed Jun 27, 2024
1 parent f0c6d48 commit 06b81a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/archlinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,13 @@ actions:
# Fix ping
setcap cap_net_raw=ep /usr/bin/ping || chmod +s /usr/bin/ping
- trigger: post-packages
action: |-
#!/bin/sh
systemctl disable systemd-nsresourced
types:
- container

- trigger: post-packages
action: |-
#!/bin/sh
Expand Down

0 comments on commit 06b81a6

Please sign in to comment.