]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds net option into kvmxfile
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 20:27:59 +0000 (18:27 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 30 Dec 2017 20:27:59 +0000 (18:27 -0200)
kvmxfile

index 0cc8e15a325e0bcf7e163c72116866cb640feec3..68d90aa2140af7ac4bff5bbfb79d2ae6674de745 100644 (file)
--- a/kvmxfile
+++ b/kvmxfile
@@ -11,6 +11,10 @@ user="user"
 # First user password
 password="`head -c 20 /dev/urandom | base64`"
 
+# Networking
+#net="tap"
+net="user"
+
 # Set this is you want to be able to share a single folder between host and guest.
 shared_folder="."
 shared_folder_mountpoint="/home/$user/code/$VM"