mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
Cloud Images: disable new NIC naming convention (LP: #1510345).
This commit is contained in:
parent
81edee0431
commit
60a523d216
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <ogra@ubuntu.com> Thu, 22 Oct 2015 11:34:34 +0200
|
||||
[ Ben Howard ]
|
||||
* Cloud Images: disable new NIC naming convention (LP: #1510345).
|
||||
|
||||
-- Ben Howard <ben.howard@ubuntu.com> Thu, 29 Oct 2015 07:50:56 -0600
|
||||
|
||||
livecd-rootfs (2.349) wily; urgency=medium
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user