From b67f58bf6a37c2789b28b07ea07bfe0d9e974375 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 4 Jun 2024 22:55:01 +0200 Subject: [PATCH] docs: Add warning about USB drives (#564) --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 44d461a..a19c4d2 100644 --- a/readme.md +++ b/readme.md @@ -333,6 +333,8 @@ 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. + * ### Is this project legal? Yes, this project contains only open-source code and does not distribute any copyrighted material. Any product keys found in the code are just generic placeholders provided by Microsoft for trial purposes. So under all applicable laws, this project would be considered legal.