diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |