From 154e8e84084aa76688425af2116f0ca5a179d07c Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 4 Jun 2024 23:09:13 +0200 Subject: [PATCH] docs: Add warning about USB drives (#145) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e1790d7..36cddda 100644 --- a/readme.md +++ b/readme.md @@ -319,7 +319,7 @@ kubectl apply -f kubernetes.yml - /dev/bus/usb ``` - Please note that in case of USB disk drives it is needed to wait until after the installation is completed, before adding them. Otherwise Windows will try to install itself to wrong disk, as the order of the disks will be rearranged. + Please note that in case of USB disk drives, it is needed to wait until after the installation is completed before adding them. Otherwise Windows tries to install itself to wrong disk, as the order of the disks will get rearranged. * ### Is this project legal?