Skip to content

Commit

Permalink
modified: ts/bin/bt
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncuppjr committed Oct 1, 2021
1 parent 3c286fc commit e0e40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/bin/bt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ setup_qemu()
procs=`nproc`
let procs=procs/2
HD=thinstation.img
SHARED_FOLDER="-virtfs local,path=/,mount_tag=host0,security_model=passthrough,id=host0,multidevs=remap"
SHARED_FOLDER="-virtfs local,path=/,mount_tag=host0,security_model=mapped,id=host0,multidevs=remap"
HDD="-drive file=$HD,index=0,media=disk,format=raw"
AGENT="-chardev spicevmc,id=ch1,name=vdagent,clipboard=on -device virtio-serial-pci -device virtserialport,chardev=ch1,id=ch1,name=com.redhat.spice.0"
USBHD="-drive if=none,id=stick,file=/usbhd.img -device nec-usb-xhci,id=xhci -device usb-storage,bus=xhci.0,drive=stick"
Expand Down

0 comments on commit e0e40e5

Please sign in to comment.