Skip to content

Commit

Permalink
Merge pull request #12574 from matusmarhefka/bootc_networkmanager_dns…
Browse files Browse the repository at this point in the history
…_mode

Update networkmanager_dns_mode for bootable containers
  • Loading branch information
Mab879 authored Nov 5, 2024
2 parents 06cc241 + e079930 commit 3e42da6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

{{{ bash_ini_file_set("/etc/NetworkManager/NetworkManager.conf", "main", "dns", "$var_networkmanager_dns_mode") }}}

systemctl reload NetworkManager
if {{{ bash_not_bootc_build() }}} ; then
systemctl reload NetworkManager
fi

0 comments on commit 3e42da6

Please sign in to comment.