diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,16 +2,15 @@ # Sample kvmx file # -# Which base box you should use. -# If none is set, kvmx will bootstrap one for you. +# Which base box you should use. Leave unconfigured to use kvmx-create instead. #basebox="stretch" # Absolute or relative path for a provision script. #provision_script="default" # Set this is you want to be able to share folders between host and guest. -#shared_folder="." -#shared_folder_mountpoint="/media/shared" +shared_folder="." +shared_folder_mountpoint="/media/shared" # Set this if you want to automatically attach an spice client when the machine # boots. |