From: anarcat Date: Fri, 9 Sep 2022 16:17:22 +0000 (-0400) Subject: use a real filename X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=33a92c4050991c43efa20f7447c697b00dafe06e;hp=1029e2fb73e582f10784bd24907dde4e2a87d44b;p=grml.org.git use a real filename The previous example was using a fictitious `grml_2021.07.iso`, yet that file does not actually exist on . Use an actual filename, the most common one, which is the 64bit "full" flavor. --- diff --git a/download/index.html.tt2 b/download/index.html.tt2 index 33bf3ca..5f4b0ac 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -230,7 +230,7 @@ Boot from USB key

Just dd(1) the downloaded ISO to an empty USB key!

- dd bs=4M status=progress conv=fdatasync if=grml_2021.07.iso of=/dev/USB_KEY + dd bs=4M status=progress conv=fdatasync if=grml64-full_2021.07.iso of=/dev/USB_KEY

Troubleshooting