Make subiquity installer boot quicker, by making dhcp interfaces

optional, such that wait-online is not blocking bringing up the
installer UI.
ubuntu/cosmic
Dimitri John Ledkov 7 years ago
parent f73c0f4068
commit 8d5af150cd

8
debian/changelog vendored

@ -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 livecd-rootfs (2.517) bionic; urgency=medium
[ Simon Quigley ] [ Simon Quigley ]

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

Loading…
Cancel
Save