Make subiquity installer boot quicker, by making dhcp interfaces

optional, such that wait-online is not blocking bringing up the
installer UI.
This commit is contained in:
Dimitri John Ledkov 2018-04-03 14:56:34 +01:00
parent f73c0f4068
commit 8d5af150cd
2 changed files with 10 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.518) UNRELEASED; urgency=medium
* Make subiquity installer boot quicker, by making dhcp interfaces
optional, such that wait-online is not blocking bringing up the
installer UI.
-- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 03 Apr 2018 14:36:43 +0100
livecd-rootfs (2.517) bionic; urgency=medium
[ Simon Quigley ]

View File

@ -7,7 +7,9 @@ network:
match:
name: "en*"
dhcp4: true
optional: true
all-eth:
match:
name: "eth*"
dhcp4: true
optional: true