mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
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:
parent
f73c0f4068
commit
8d5af150cd
8
debian/changelog
vendored
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
|
||||
|
||||
[ Simon Quigley ]
|
||||
|
@ -7,7 +7,9 @@ network:
|
||||
match:
|
||||
name: "en*"
|
||||
dhcp4: true
|
||||
optional: true
|
||||
all-eth:
|
||||
match:
|
||||
name: "eth*"
|
||||
dhcp4: true
|
||||
optional: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user