Update hash

This commit is contained in:
Bob Mottram 2017-12-28 22:57:53 +00:00
parent 87879815b7
commit 0d52e513cb
2 changed files with 21 additions and 21 deletions

View File

@ -102,7 +102,7 @@ wget https://freedombone.net/downloads/current/freedombone.tar.gz
wget https://freedombone.net/downloads/current/freedombone.tar.gz.sig
gpg --verify freedombone.tar.gz.sig
sha256sum freedombone.tar.gz
afbb536564140aa28c6491d45b7474ced5a0b018539ffd3e96b13b242a41792e
tar -xzvf freedombone.tar.gz
cd freedombone
git checkout stretch

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2017-12-28 Thu 21:16 -->
<!-- 2017-12-28 Thu 22:57 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -246,13 +246,13 @@ for the JavaScript code in this tag.
<center><h1>Mesh Network: Images</h1></center>
<div id="outline-container-orge94f91f" class="outline-2">
<h2 id="orge94f91f">Pre-built Disk Images</h2>
<div class="outline-text-2" id="text-orge94f91f">
<div id="outline-container-org9407310" class="outline-2">
<h2 id="org9407310">Pre-built Disk Images</h2>
<div class="outline-text-2" id="text-org9407310">
</div>
<div id="outline-container-orgd4e5ba1" class="outline-3">
<h3 id="orgd4e5ba1">Writing many images quickly</h3>
<div class="outline-text-3" id="text-orgd4e5ba1">
<div id="outline-container-orgc7bf1a8" class="outline-3">
<h3 id="orgc7bf1a8">Writing many images quickly</h3>
<div class="outline-text-3" id="text-orgc7bf1a8">
<p>
There may be situations where you need to write the same disk image to multiple drives at the same time in order to maximize rate of deployment. In the instructions given below the <b>dd</b> command is used for writing to the target drive, but to write to multiple drives you can use a tool such as <a href="https://wiki.gnome.org/Apps/MultiWriter">GNOME MultiWriter</a>.
</p>
@ -280,9 +280,9 @@ The MultiWriter tool is also available within mesh client images, so that you ca
</p>
</div>
</div>
<div id="outline-container-org4c8a2af" class="outline-3">
<h3 id="org4c8a2af">Client images</h3>
<div class="outline-text-3" id="text-org4c8a2af">
<div id="outline-container-org6159fdc" class="outline-3">
<h3 id="org6159fdc">Client images</h3>
<div class="outline-text-3" id="text-org6159fdc">
<div class="org-center">
<div class="figure">
@ -331,16 +331,16 @@ sudo dd <span class="org-variable-name">bs</span>=1M <span class="org-variable-n
</div>
</div>
<div id="outline-container-orgc286906" class="outline-3">
<h3 id="orgc286906">Router images</h3>
<div class="outline-text-3" id="text-orgc286906">
<div id="outline-container-org2474cd9" class="outline-3">
<h3 id="org2474cd9">Router images</h3>
<div class="outline-text-3" id="text-org2474cd9">
<p>
Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
</p>
</div>
<div id="outline-container-org6b317d1" class="outline-4">
<h4 id="org6b317d1">Beaglebone Black</h4>
<div class="outline-text-4" id="text-org6b317d1">
<div id="outline-container-orgbb2952d" class="outline-4">
<h4 id="orgbb2952d">Beaglebone Black</h4>
<div class="outline-text-4" id="text-orgbb2952d">
<div class="org-center">
<div class="figure">
@ -377,9 +377,9 @@ There is still a software freedom issue with the Beaglebone Black, but it doesn'
</div>
</div>
<div id="outline-container-org85ae717" class="outline-2">
<h2 id="org85ae717">Building Disk Images</h2>
<div class="outline-text-2" id="text-org85ae717">
<div id="outline-container-orgc45b8f4" class="outline-2">
<h2 id="orgc45b8f4">Building Disk Images</h2>
<div class="outline-text-2" id="text-orgc45b8f4">
<p>
It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
</p>
@ -394,7 +394,7 @@ wget https://freedombone.net/downloads/current/freedombone.tar.gz
wget https://freedombone.net/downloads/current/freedombone.tar.gz.sig
gpg --verify freedombone.tar.gz.sig
sha256sum freedombone.tar.gz
afbb536564140aa28c6491d45b7474ced5a0b018539ffd3e96b13b242a41792e
tar -xzvf freedombone.tar.gz
<span class="org-builtin">cd</span> freedombone
git checkout stretch