Skip to content

Commit

Permalink
Merge pull request #1368 from rvykydal/fix-systemd-standalone-users-c…
Browse files Browse the repository at this point in the history
…onflict

Use full systemd in daily iso build container
  • Loading branch information
rvykydal authored Feb 14, 2025
2 parents 2abd391 + 7bd0687 commit 42beb76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-boot-iso-rawhide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
sudo podman run -i --rm --privileged --tmpfs /var/tmp:rw,mode=1777 -v /tmp/lorax-images:/images:z ${{ env.LORAX_BUILD_CONTAINER }} <<EOF
set -eux
echo "::group::Install lorax"
# Replace standalone systemd package with systemd as these are conflicting
dnf swap -y systemd-standalone-sysusers systemd
dnf install -y lorax
echo "::endgroup::"
Expand Down

0 comments on commit 42beb76

Please sign in to comment.