From a69e404037bfecec461b98e6c5a5fed467e17545 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 28 Dec 2016 16:12:00 -0200 Subject: Use standard id for shared folder on kvmx --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx') diff --git a/kvmx b/kvmx index 1208dce..ad1dbd1 100755 --- a/kvmx +++ b/kvmx @@ -29,7 +29,7 @@ if [ "$ACTION" == "up" ]; then -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \ -chardev spicevmc,id=spicechannel0,name=vdagent \ -smp 2 -soundhw ac97 -cpu host -balloon virtio \ - -fsdev local,id=$VM,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=$VM,mount_tag=$VM & + -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & # Run spice client spicec --host localhost --port $PORT & -- cgit v1.2.3