Last active
August 29, 2015 14:23
-
-
Save devhero/eb93cc4d4b3603c0023f to your computer and use it in GitHub Desktop.
Vagrant: Broken Networking When Packaging Ubuntu Boxes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://able.cd/b/2012/04/09/vagrant-broken-networking-when-packaging-ubuntu-boxes/ | |
(https://github.com/jedi4ever/veewee/issues/970) | |
# SSH into running VM and remove the persistant network udev rules file: | |
sudo rm /etc/udev/rules.d/70-persistent-net.rules | |
# Shutdown the VM and package it: | |
vagrant halt && vagrant package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment