Skip to content

Commit

Permalink
Merge pull request #162 from tmatilai/debian-dhcp
Browse files Browse the repository at this point in the history
Fix DHCP lease directory name in Debian
  • Loading branch information
juliandunn committed Feb 10, 2014
2 parents b70e318 + e294adf commit f6a4c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/debian/networking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
rm /etc/udev/rules.d/70-persistent-net.rules
mkdir /etc/udev/rules.d/70-persistent-net.rules
rm /lib/udev/rules.d/75-persistent-net-generator.rules
rm -rf /dev/.udev/ /var/lib/dhcp3/*
rm -rf /dev/.udev/ /var/lib/dhcp/*
echo "pre-up sleep 2" >> /etc/network/interfaces

0 comments on commit f6a4c29

Please sign in to comment.