diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 16:12:00 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-28 16:12:00 -0200 |
commit | a69e404037bfecec461b98e6c5a5fed467e17545 (patch) | |
tree | fc9acce6e5ae38ff653f53480f44cf663f9296b9 /kvmx | |
parent | 5400b771c80926f6bda9c1bae72d72d2c0e1055a (diff) | |
download | vbox-a69e404037bfecec461b98e6c5a5fed467e17545.tar.gz vbox-a69e404037bfecec461b98e6c5a5fed467e17545.tar.bz2 |
Use standard id for shared folder on kvmx
Diffstat (limited to 'kvmx')
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 & |