reverse the order of dd arguments to ease copy
[grml.org.git] / download / index.html.tt2
index f7991c2..33bf3ca 100644 (file)
           <!-- JS links -->
           <div id="linkbuttons" style="display:none;">
             <a id="download_link_mirror" class="largebutton">Download Now</a><br />
-            <!--
             <a id="download_link_bt">BitTorrent Download</a><br />
-            -->
             <a id="download_link_signature">Get GPG Signature</a><br />
             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
           </div>
           <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 if=grml_2021.07.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync</code>
+          <code class="keyboard">dd bs=4M status=progress conv=fdatasync if=grml_2021.07.iso of=/dev/USB_KEY</code>
           <br /><br />
 
           <b>Troubleshooting</b><br /><br />