diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-01 14:46:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-01 14:46:42 -0300 |
commit | 068843c2f97c2d7c38e616939c68598746ef32b2 (patch) | |
tree | 72c5fc42633d8ad8f12f2985a13fbe9f46d96117 /kvmx | |
parent | f80bb07d0a8b1e0cc8f222da915d69b6ddcc4e5e (diff) | |
download | vbox-068843c2f97c2d7c38e616939c68598746ef32b2.tar.gz vbox-068843c2f97c2d7c38e616939c68598746ef32b2.tar.bz2 |
Minor fix
Diffstat (limited to 'kvmx')
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,9 +29,9 @@ 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=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & #-net nic,model=virtio \ #-net user,hostfwd=tcp:127.0.0.1:5555-:22 \ - -fsdev local,id=shared,path=$SHARED,security_model=none -device virtio-9p-pci,fsdev=shared,mount_tag=shared & # Run spice client # https://lists.freedesktop.org/archives/spice-devel/2013-September/014643.html |