From 33193902883aaef08968f64a236062e3e2132024 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 4 May 2024 23:06:27 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 4ccb4df..cb85f9e 100644 --- a/readme.md +++ b/readme.md @@ -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?