diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 18:27:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 18:27:59 -0200 |
commit | 947f13f968d0f22894103a6223b8730d1c79e5d4 (patch) | |
tree | 50fb8d017855f590d0899116a66f7847cfa3dbf9 | |
parent | d7c9f7f33eaac99f0c93ff307c7aff1f6b413095 (diff) | |
download | kvmx-947f13f968d0f22894103a6223b8730d1c79e5d4.tar.gz kvmx-947f13f968d0f22894103a6223b8730d1c79e5d4.tar.bz2 |
Adds net option into 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" |