diff --git a/debian/changelog b/debian/changelog index b0784795..fe9064cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -livecd-rootfs (2.350) UNRELEASED; urgency=medium +livecd-rootfs (2.350) xenial; urgency=medium + [ Oliver Grawert ] * bump UID for tss user in snappy, else it matches dnsmasq and bad things happen * fix handling of writable files in /etc/default for snappy - -- Oliver Grawert Thu, 22 Oct 2015 11:34:34 +0200 + [ Ben Howard ] + * Cloud Images: disable new NIC naming convention (LP: #1510345). + + -- Ben Howard Thu, 29 Oct 2015 07:50:56 -0600 livecd-rootfs (2.349) wily; urgency=medium diff --git a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot index 28534971..3f37d9ec 100755 --- a/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks/999-cpc-fixes.chroot @@ -229,7 +229,7 @@ GRUB_RECORDFAIL_TIMEOUT=0 GRUB_TIMEOUT=0 # Set the default commandline -GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0" +GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0 net.ifnames=0" # Set the grub console type GRUB_TERMINAL=console