From 7f31c27010796c83a09889b22751587cbbb98829 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 4 Jun 2024 22:56:55 +0200 Subject: [PATCH] docs: Add warning about USB drives (#144) --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e648693..e1790d7 100644 --- a/readme.md +++ b/readme.md @@ -318,6 +318,8 @@ kubectl apply -f kubernetes.yml devices: - /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?