Import patches-unapplied version 2.525.1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: af4bbf0879de41bdc08f01c83a0a4f61da6889ad

New changelog entries:
  * Symlink systemd-networkd-wait-online to /bin/true in the live installer
    live session to avoid depending on buggy systemd behaviour. (LP: #1773719)
  * Remove "optional: true" from installer netplan config.
This commit is contained in:
Michael Hudson-Doyle 2018-05-23 14:27:01 +12:00 committed by usd-importer
parent af4bbf0879
commit 7cb691d747
3 changed files with 9 additions and 2 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.525.1) bionic; urgency=medium
* Symlink systemd-networkd-wait-online to /bin/true in the live installer
live session to avoid depending on buggy systemd behaviour. (LP: #1773719)
* Remove "optional: true" from installer netplan config.
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Wed, 23 May 2018 14:27:01 +1200
livecd-rootfs (2.525) bionic; urgency=medium livecd-rootfs (2.525) bionic; urgency=medium
* Don't fail to build CPC images if /lib/modules already exists in the * Don't fail to build CPC images if /lib/modules already exists in the

View File

@ -7,9 +7,7 @@ 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