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
=== modified file 'debian/changelog'
--- debian/changelog 2015-10-29 12:02:16 +0000
+++ debian/changelog 2015-10-29 14:13:54 +0000
@@ -1,10 +1,14 @@
1livecd-rootfs (2.350) UNRELEASED; urgency=medium1livecd-rootfs (2.350) xenial; urgency=medium
22
3 [ Oliver Grawert ]
3 * bump UID for tss user in snappy, else it matches dnsmasq and bad things4 * bump UID for tss user in snappy, else it matches dnsmasq and bad things
4 happen5 happen
5 * fix handling of writable files in /etc/default for snappy 6 * fix handling of writable files in /etc/default for snappy
67
7 -- Oliver Grawert <ogra@ubuntu.com> Thu, 22 Oct 2015 11:34:34 +02008 [ Ben Howard ]
9 * Cloud Images: disable new NIC naming convention (LP: #1510345).
10
11 -- Ben Howard <ben.howard@ubuntu.com> Thu, 29 Oct 2015 07:50:56 -0600
812
9livecd-rootfs (2.349) wily; urgency=medium13livecd-rootfs (2.349) wily; urgency=medium
1014
1115
=== modified file 'live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot'
--- live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot 2015-04-08 08:34:15 +0000
+++ live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot 2015-10-29 14:13:54 +0000
@@ -229,7 +229,7 @@
229GRUB_TIMEOUT=0229GRUB_TIMEOUT=0
230230
231# Set the default commandline231# Set the default commandline
232GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0"232GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0 net.ifnames=0"
233233
234# Set the grub console type234# Set the grub console type
235GRUB_TERMINAL=console235GRUB_TERMINAL=console

Subscribers

People subscribed via source and target branches