From 6b0ef457bd5cd14ad0082ddd3b14387a3bf97c8a Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 4 Jun 2024 23:06:23 +0200 Subject: [PATCH] docs: Warn about USB disk drives (#565) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a19c4d2..f31ea0f 100644 --- a/readme.md +++ b/readme.md @@ -333,7 +333,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?