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 }}]
|
||||
{% else %}
|
||||
dhcp4: yes
|
||||
optional: true
|
||||
{% endif %}
|
||||
|
||||
#{% if iiab_lan_iface == "br0" %}
|
||||
# bridges:
|
||||
# # the key name is the name for virtual (created) interfaces
|
||||
|
|
Loading…
Add table
Reference in a new issue