Created
November 26, 2012 21:03
-
-
Save cabbiepete/4150591 to your computer and use it in GitHub Desktop.
Helper script to make sure network and /vagrant mount point working for Vagrant VirtualBox linux guests
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
#!/bin/sh | |
ifdown eth0 | |
ifup eth0 | |
mount -t vboxsf v-root /vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment