mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-08 16:41:35 +00:00
Import patches-unapplied version 2.395 to ubuntu/xenial-proposed
Imported using git-ubuntu import. Changelog parent: 93f2a06b3ca0f82ff93ab32997e4fd0473113745 New changelog entries: * create /etc/cloud/cloud.cfg.d/99-snappy-disable-network-config.cfg on snappy so we do not end up with broken network config after cloud-init ran (LP: #1563296).
This commit is contained in:
parent
93f2a06b3c
commit
3061756ecb
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.395) xenial; urgency=medium
|
||||||
|
|
||||||
|
* create /etc/cloud/cloud.cfg.d/99-snappy-disable-network-config.cfg on
|
||||||
|
snappy so we do not end up with broken network config after cloud-init
|
||||||
|
ran (LP: #1563296).
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 01 Apr 2016 16:31:50 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.394) xenial; urgency=medium
|
livecd-rootfs (2.394) xenial; urgency=medium
|
||||||
|
|
||||||
[ Xavi Garcia ]
|
[ Xavi Garcia ]
|
||||||
|
8
live-build/ubuntu-core/hooks/09-disable-cloud-init-net-breaking.chroot
Executable file
8
live-build/ubuntu-core/hooks/09-disable-cloud-init-net-breaking.chroot
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh -x
|
||||||
|
|
||||||
|
[ -d /etc/cloud/cloud.cfg.d ] || mkdir -p /etc/cloud/cloud.cfg.d
|
||||||
|
|
||||||
|
cat >> /etc/cloud/cloud.cfg.d/99-snappy-disable-network-config.cfg <<EOF
|
||||||
|
network:
|
||||||
|
config: disabled
|
||||||
|
EOF
|
Loading…
x
Reference in New Issue
Block a user