README.md: Update instructions for usage with Vagrant

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-06-05 18:17:13 +03:00
parent eae33a26d7
commit afa15c9671
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 15 deletions

View File

@ -32,25 +32,12 @@ This boots from a network Ubuntu mirror, then uses a preseed to automate the OS
### Testing in Vagrant
Not as simple as on GNU/Linux with KVM, but still easy:
```console
vagrant init ubuntu/trusty64
```
Then uncomment the following line in your `Vagrantfile`:
```ruby
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
config.vm.network "public_network"
```
And finally, bring the machine up:
```console
vagrant up
```
A new VirtualBox VM will come up with the IP 192.168.33.10 (according to the included `Vagrantfile`).
### License
Copyright (C) 2014 - 2015 Alan Orth