packer: apply predictable network interface workaround for Debian/stretch and newer
authorMichael Prokop <mika@grml.org>
Thu, 11 Aug 2016 21:34:53 +0000 (23:34 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 11 Aug 2016 21:38:26 +0000 (23:38 +0200)
We currently get a default network configuration in
/etc/network/interfaces which refers to eth0 (and eth1). But on
Debian/stretch and newer the devices follow the new network
interface naming schema (see udev's README.Debian for further
details). This causes e.g. a vagrant up run for a stretch based
base box to fail since it can't login via SSH then. Until there's
a better approach available just use the predictable network
interface naming schema via udev as recommended.


No differences found