Skip to content

Commit

Permalink
Merge pull request #56 from tulilirockz/resolved
Browse files Browse the repository at this point in the history
feat: use systemd-resolved for DNS name resolution
  • Loading branch information
castrojo authored Jan 9, 2025
2 parents 84de07a + fed40b8 commit 947f90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ systemctl enable fwupd.service
# The compose repos we used during the build are point in time repos that are
# not updated, so we don't want to leave them enabled.
dnf config-manager --set-disabled baseos-compose,appstream-compose

# enable systemd-resolved for proper name resolution
systemctl enable systemd-resolved.service

0 comments on commit 947f90b

Please sign in to comment.