1
0
Fork 0
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:
A Holt 2019-05-04 03:14:49 -04:00 committed by GitHub
parent b443496532
commit bd6d454b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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