From ab82ad7fa360a32e76fa0f2371a842877929e876 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 7 Oct 2019 19:07:08 -0300 Subject: Adds shared_folders_sshfs config --- kvmxfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index d9cc787..860dfe3 100644 --- a/kvmxfile +++ b/kvmxfile @@ -35,7 +35,7 @@ shared_folder_mountpoint="/home/$user/code/$VM" #shared_folder_mountpoint="/srv/kvmx" #shared_folder_mountpoint="/vagrant" -# Set this is you want to be able to share multiple folders between host and guest. +# Set this is you want to be able to share multiple folders between host and guest using 9p. # Needs ssh_support set to "y" and a workable SSH connection to the guest. # Format: ::,::[,...] #shared_folders="shared1:.:/home/$user/code/$VM,shared2:$HOME/.local/share/app:/home/$user/.local/share/app" @@ -49,6 +49,11 @@ shared_folder_mountpoint="/home/$user/code/$VM" # See https://www.kernel.org/doc/Documentation/filesystems/9p.txt #shared_folders_cache="none" +# Set this is you want to be able to share multiple folders between host and guest using SSHFS. +# Needs ssh_support set to "y" and a workable SSH connection to the guest. +# Format: ::,::[,...] +#shared_folders_sshfs="shared1:/home/$user/code/$VM:.,shared2:/home/$user/.local/share/app:$HOME/.local/share/app" + # Folder to sync during provisioning in the format "/host/folder1 /guest/folder1,/host/folder2 /guest/folder2[,...]". # Needs ssh_support set to "y" and a workable SSH connection to the guest. #provision_rsync="$KVMX_BASE/share/provision/ /usr/local/share/kvmx/provision/" -- cgit v1.2.3