use a real filename
authoranarcat <anarcat@users.noreply.github.com>
Fri, 9 Sep 2022 16:17:22 +0000 (12:17 -0400)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 16:17:22 +0000 (12:17 -0400)
The previous example was using a fictitious `grml_2021.07.iso`, yet that file does not actually exist on <https://download.grml.org/>. Use an actual filename, the most common one, which is the 64bit "full" flavor.

download/index.html.tt2

index 33bf3ca..5f4b0ac 100644 (file)
           <b>Boot from USB key</b><br />
           <br />
           Just <kbd>dd(1)</kbd> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
-          <code class="keyboard">dd bs=4M status=progress conv=fdatasync if=grml_2021.07.iso of=/dev/USB_KEY</code>
+          <code class="keyboard">dd bs=4M status=progress conv=fdatasync if=grml64-full_2021.07.iso of=/dev/USB_KEY</code>
           <br /><br />
 
           <b>Troubleshooting</b><br /><br />