Update download/prerelease for new release 2022.11-rc1
[grml.org.git] / download / index.html.tt2
index adeeae8..5f4b0ac 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>
           var mirror_url = "https://download.grml.org/";
           document.getElementById('download_link_mirror').href = mirror_url + iso;
           document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
-          // document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
+          document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
           document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
       }
 
           <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=grml64-full_2021.07.iso of=/dev/USB_KEY</code>
           <br /><br />
 
           <b>Troubleshooting</b><br /><br />