Update readme.md

This commit is contained in:
Kroese 2024-05-04 23:06:27 +02:00 committed by GitHub
parent 878d3ffdb3
commit 3319390288
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,11 +184,11 @@ docker run -it --rm --name qemu -e "BOOT=http://example.com/image.iso" -p 8006:8
```yaml
devices:
- /dev/sdb:/dev/disk1
- /dev/sdc:/dev/disk2
- /dev/sdb:/disk1
- /dev/sdc:/disk2
```
Use `/dev/disk1` if you want it to become your main drive, and use `/dev/disk2` and higher to add them as secondary drives.
Use `/disk1` if you want it to become your main drive, and use `/disk2` and higher to add them as secondary drives.
* ### How do I pass-through a USB device?