Instead of sending the user away to figure out which of the many files they need, why don’t we just provide the correct command right there, right now?
Patch attached, please consider merging. Thank you. PS: I was reading https://www.debian.org/releases/stable/amd64/ch04s03.html.en#usb-copy-isohybrid, so I hope my patch changes the correct file. -- Best regards, Michael
Index: en/install-methods/boot-usb-files.xml =================================================================== --- en/install-methods/boot-usb-files.xml (revision 70855) +++ en/install-methods/boot-usb-files.xml (working copy) @@ -41,8 +41,12 @@ Alternatively, for very small USB sticks, only a few megabytes in size, you can download the <filename>mini.iso</filename> image from the <filename>netboot</filename> -directory (at the location mentioned in <xref linkend="where-files"/>). +directory: +<informalexample><screen> +<prompt>#</prompt> <userinput>wget http://deb.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/mini.iso</userinput> +</screen></informalexample> + </para><para> The CD or DVD image you choose should be written directly to the USB stick,

