From 284dc7bfb974eeb7a933e4e9b4457d5ab29fb48e Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 3 May 2024 05:39:58 +0200 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 73146d8..c894f80 100644 --- a/readme.md +++ b/readme.md @@ -157,10 +157,10 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ ```yaml volumes: - - /home/user/custom.xml:/storage/custom.xml + - /home/user/example.xml:/storage/custom.xml ``` - Replace the example path `/home/user/custom.xml` with the filename of the modified XML file. + Replace the example path `/home/user/example.xml` with the filename of the modified XML file. * ### How do I run a script after installation? @@ -292,8 +292,8 @@ docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ ```yaml devices: - - /dev/sda:/dev/disk1 - - /dev/sdb:/dev/disk2 + - /dev/sdb:/dev/disk1 + - /dev/sdc:/dev/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.