Merge lp:~darkmuggle-deactivatedaccount/livecd-rootfs/lp1510345 into lp:livecd-rootfs

Proposed by Ben Howard
Status: Merged
Merged at revision: 1219
Proposed branch: lp:~darkmuggle-deactivatedaccount/livecd-rootfs/lp1510345
Merge into: lp:livecd-rootfs
Diff against target: 33 lines (+7/-3)
2 files modified
debian/changelog (+6/-2)
live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot (+1/-1)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/livecd-rootfs/lp1510345
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+276136@code.launchpad.net

Description of the change

Cloud Images: Revert NIC device naming to use old conventions. This is needed due to Bug #1510345, which is causing some instance types on AWS to fail to boot.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-10-29 12:02:16 +0000
3+++ debian/changelog 2015-10-29 14:13:54 +0000
4@@ -1,10 +1,14 @@
5-livecd-rootfs (2.350) UNRELEASED; urgency=medium
6+livecd-rootfs (2.350) xenial; urgency=medium
7
8+ [ Oliver Grawert ]
9 * bump UID for tss user in snappy, else it matches dnsmasq and bad things
10 happen
11 * fix handling of writable files in /etc/default for snappy
12
13- -- Oliver Grawert <ogra@ubuntu.com> Thu, 22 Oct 2015 11:34:34 +0200
14+ [ Ben Howard ]
15+ * Cloud Images: disable new NIC naming convention (LP: #1510345).
16+
17+ -- Ben Howard <ben.howard@ubuntu.com> Thu, 29 Oct 2015 07:50:56 -0600
18
19 livecd-rootfs (2.349) wily; urgency=medium
20
21
22=== modified file 'live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot'
23--- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot 2015-04-08 08:34:15 +0000
24+++ live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot 2015-10-29 14:13:54 +0000
25@@ -229,7 +229,7 @@
26 GRUB_TIMEOUT=0
27
28 # Set the default commandline
29-GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0"
30+GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0 net.ifnames=0"
31
32 # Set the grub console type
33 GRUB_TERMINAL=console

Subscribers

People subscribed via source and target branches