Skip to content

Commit

Permalink
Allow obsolete write_hostname in the AY profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jul 18, 2019
1 parent 5875fb9 commit 4fe5a3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/autoyast-rnc/networking.rnc
Expand Up @@ -280,13 +280,16 @@ gateway = element gateway { text }
dns =
element dns {
dhcp_hostname ? &
# obsolete, unused
write_hostname ? &
resolv_conf_policy ? &
hostname ? &
domain ? &
nameservers ? &
searchlist ?
}
dhcp_hostname = element dhcp_hostname { BOOLEAN }
write_hostname = element write_hostname { BOOLEAN }
resolv_conf_policy = element resolv_conf_policy { text }
hostname = element hostname { text }
domain = element domain { text }
Expand Down

0 comments on commit 4fe5a3b

Please sign in to comment.