VMs/README.md
2024-02-28 12:09:58 +01:00

14 lines
312 B
Markdown

# VMs
## HOW-TO
To start (or create) a VM, go in the desired folder and run
```console
$ ./run.sh
```
## USB Passthrough
If you need USB passthrough, uncomment and fill in the corresponding line in
`run.sh`.
[You may need root privileges](https://wiki.archlinux.org/title/QEMU#Pass-through_host_USB_device).