From: Michael Prokop Date: Thu, 11 Aug 2016 21:34:53 +0000 (+0200) Subject: packer: apply predictable network interface workaround for Debian/stretch and newer X-Git-Tag: v0.76~5 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=8609e64e6fef8931643d4094342cc2baf37f352d;hp=8609e64e6fef8931643d4094342cc2baf37f352d packer: apply predictable network interface workaround for Debian/stretch and newer 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. ---