From 947f13f968d0f22894103a6223b8730d1c79e5d4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Dec 2017 18:27:59 -0200 Subject: Adds net option into kvmxfile --- kvmxfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index 0cc8e15..68d90aa 100644 --- 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" -- cgit v1.2.3