The following commit has been merged in the master branch:
commit 3490b7432a325eb7574322f4a218131ff6fc019e
Author: Iain R. Learmonth <[email protected]>
Date:   Wed Dec 10 00:36:07 2014 +0000

    hamradio: Added link to 32-bit build and comments on how to copy to USB 
stick

diff --git a/www/hamradio/index.html b/www/hamradio/index.html
index 2cd45e7..be41c69 100644
--- a/www/hamradio/index.html
+++ b/www/hamradio/index.html
@@ -69,9 +69,15 @@
 <p>An experimental live system based on Debian testing and using the MATE 
Desktop Environment is available for download. This can either be burnt to a 
DVD, used directly in VirtualBox or written to a USB stick.</p>
 <br>
 <ul>
-<li><a href="http://irl.sdf.org/debian-shack-live-latest.iso";>Debian Shack 
Live ISO</a></li>
+<li><a href="http://irl.sdf.org/debian-shack-live-latest.iso";>Debian Shack 
Live ISO (64-bit)</a></li>
+<li><a href="http://irl.sdf.org/shack-live-latest-32bit.iso";>Debian Shack Live 
ISO (32-bit)</a></li>
 <li><a 
href="http://anonscm.debian.org/cgit/users/irl-guest/shack-live.git/";>Debian 
Shack Live Source Code</a></li>
 </ul>
+<p>The ISO images are built as hybrid images, so you can copy them directly to 
a USB stick without using any special software like unetbootin. On a Linux 
system, you can do this like so:</p>
+<pre style="background-color: #ccc; padding: 3px; margin-top: 5px; 
margin-bottom: 5px;">
+sudo dd if=/path/to/debian-shack-live-latest.iso of=/dev/sdX
+</pre>
+<p><i>Note: You will need to change the filename if you've downloaded the 
32-bit version to match. The output of the <tt>dmesg</tt> command should let 
you know the device name of the USB stick where you will need to change the X 
to the letter given.</p>
 <h2>Source Code</h2>
 <p>Currently this Pure Blend is still in development and no release has been 
made yet, but it is possible to fetch and build the current source from git:</p>
 <pre style="background-color: #ccc; padding: 3px; margin-top: 5px; 
margin-bottom: 5px;">

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to