From afa15c9671212f6a00f0917b6eff5ae49fb57606 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 5 Jun 2015 18:17:13 +0300 Subject: [PATCH] README.md: Update instructions for usage with Vagrant Signed-off-by: Alan Orth --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 398a2af..ceb9527 100644 --- a/README.md +++ b/README.md @@ -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