docs: Disk pass-through (#773)

This commit is contained in:
Kroese 2024-10-02 09:24:11 +02:00 committed by GitHub
parent b5bef25c1a
commit 717dbf01c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ kubectl apply -f kubernetes.yml
- /dev/sdc:/disk2 - /dev/sdc:/disk2
``` ```
Use `/disk1` if you want it to become your main drive, and use `/disk2` and higher to add them as secondary drives. Use `/disk1` if you want it to become your main drive (which will be formatted during installation), and use `/disk2` and higher to add them as secondary drives (which will stay untouched).
### How do I pass-through a USB device? ### How do I pass-through a USB device?