mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
"optional: true" eliminates 2+ min stall during boot of Ubuntu 19.04 (#1586)
This commit is contained in:
parent
b443496532
commit
bd6d454b64
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…
Reference in a new issue