merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on snappy

This commit is contained in:
Oliver Grawert 2015-07-09 16:42:52 +02:00
commit 0d7da3cc2c
2 changed files with 7 additions and 9 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.331) UNRELEASED; urgency=medium
* merge lp:~sergiusens/livecd-rootfs/eth0Not to not hardcode eth0 anymore on
snappy.
-- Oliver Grawert <ogra@ubuntu.com> Thu, 09 Jul 2015 16:41:53 +0200
livecd-rootfs (2.330) wily; urgency=medium
* fix another quoting issue in snappy

View File

@ -1,9 +0,0 @@
#!/bin/sh -x
if=eth0
# Manually configure the first ethernet device
cat >/etc/network/interfaces.d/"$if"<<EOT
allow-hotplug $if
iface $if inet dhcp
EOT