Skip to content

Commit

Permalink
images: Don't fail on missing /run/systemd
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 006032d commit d2fc2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/mint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ actions:
set -eux
# Make sure systemd doesn't think it's running.
mkdir -p /run/systemd
rm -Rf /run/systemd/system
chattr +i /run/systemd
Expand Down
1 change: 1 addition & 0 deletions images/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ actions:
set -eux
# Make sure systemd doesn't think it's running.
mkdir -p /run/systemd
rm -Rf /run/systemd/system
chattr +i /run/systemd
Expand Down

0 comments on commit d2fc2ab

Please sign in to comment.