]> gitweb.fluxo.info Git - vbox.git/commitdiff
Use standard id for shared folder on kvmx
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 28 Dec 2016 18:12:00 +0000 (16:12 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 28 Dec 2016 18:12:00 +0000 (16:12 -0200)
kvmx

diff --git a/kvmx b/kvmx
index 1208dce772962ab67565c0b7ccac3a9db3a8cab7..ad1dbd1915ad1dfcde842edc527e77cb397f7aff 100755 (executable)
--- 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 &