mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1634 from holta/netplan-template
Revise template for /etc/netplan to mitigate 2+ min stall during Ubuntu 19.04 boot
This commit is contained in:
commit
3cf5544f79
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@ network:
|
||||||
search: [{{ iiab_domain }}]
|
search: [{{ iiab_domain }}]
|
||||||
{% else %}
|
{% else %}
|
||||||
dhcp4: yes
|
dhcp4: yes
|
||||||
|
optional: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#{% if iiab_lan_iface == "br0" %}
|
#{% if iiab_lan_iface == "br0" %}
|
||||||
# bridges:
|
# bridges:
|
||||||
# # the key name is the name for virtual (created) interfaces
|
# # the key name is the name for virtual (created) interfaces
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue