Created
September 14, 2010 07:40
-
-
Save jasherai/578679 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Vagrant::Config.run do |config| | |
| # All Vagrant configuration is done here. For a detailed explanation | |
| # and listing of configuration options, please view the documentation | |
| # online. | |
| # Gui mode option for debugging use | |
| config.vm.boot_mode = "gui" | |
| config.vm.box = "lucid32" | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment