From 33a92c4050991c43efa20f7447c697b00dafe06e Mon Sep 17 00:00:00 2001 From: anarcat Date: Fri, 9 Sep 2022 12:17:22 -0400 Subject: [PATCH] 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. --- download/index.html.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.1.4