Additional changes to remove privilaged command execution during the
installation proces. Also removed surplus file copies that are no longer
required.
A corner case where a vagrant VM isn't created before the installer is
run results in the vagrant-libvirt network not being defined or started.
Without this network the installer VM could not be started.
Change-Id: I2bd69a81b67c0f8149cd80abddce869675acba7d
diff --git a/install/vagrant-libvirt.xml b/install/vagrant-libvirt.xml
new file mode 100644
index 0000000..54c297c
--- /dev/null
+++ b/install/vagrant-libvirt.xml
@@ -0,0 +1,16 @@
+<network connections='3' ipv6='yes'>
+ <name>vagrant-libvirt</name>
+ <forward mode='nat'>
+ <nat>
+ <port start='1024' end='65535'/>
+ </nat>
+ </forward>
+ <bridge name='virbr1' stp='on' delay='0'/>
+ <mac address='52:54:00:50:19:43'/>
+ <ip address='192.168.121.1' netmask='255.255.255.0'>
+ <dhcp>
+ <range start='192.168.121.1' end='192.168.121.254'/>
+ </dhcp>
+ </ip>
+</network>
+