From: Silvio Rhatto Date: Sat, 30 Dec 2017 20:27:59 +0000 (-0200) Subject: Adds net option into kvmxfile X-Git-Tag: 0.1.0~321 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=947f13f968d0f22894103a6223b8730d1c79e5d4;p=kvmx.git Adds net option into 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"