Skip to content

Instantly share code, notes, and snippets.

@cabbiepete
Created November 26, 2012 21:03
Show Gist options
  • Save cabbiepete/4150591 to your computer and use it in GitHub Desktop.
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
#!/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