Skip to content

Commit

Permalink
boxes: ubuntu: use systemd-resolved for DNS resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacJT committed Jan 17, 2025
1 parent 4e0db85 commit b3fc679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boxes/ubuntu/appliance.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<package name="syslinux" arch="x86_64"/>
<package name="syslinux-common" arch="x86_64"/>
<package name="systemd"/>
<package name="systemd-resolved"/>
<package name="dracut"/>
<package name="init"/>
<package name="gnupg"/>
Expand Down
1 change: 1 addition & 0 deletions boxes/ubuntu/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ baseInsertService symlink-resolvconf
# Enable systemd networking services
#--------------------------------------
baseInsertService systemd-networkd
baseInsertService systemd-resolved

0 comments on commit b3fc679

Please sign in to comment.