Simplification

This commit is contained in:
Bob Mottram 2015-12-03 12:26:24 +00:00
parent f21c1c054f
commit f56842f7c3
3 changed files with 17 additions and 23 deletions

View File

@ -72,10 +72,10 @@ freedombone menuconfig
** On a single board computer (SBC)
Currently the following boards are supported:
[[http://beagleboard.org/BLACK][Beaglebone Black]]
[[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
[[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
[[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
* [[http://beagleboard.org/BLACK][Beaglebone Black]]
* [[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
* [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
* [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with:
@ -172,8 +172,7 @@ This is the traditional security model in which you carry your full keyring on a
#+BEGIN_SRC bash
ssh myusername@mydomainname -p 2222
su
control
sudo control
#+END_SRC
Select /Backup and Restore/ then /Backup GPG key to USB (master keydrive)/.
@ -182,8 +181,7 @@ This breaks your GPG key into a number of fragments and randomly selects one to
#+BEGIN_SRC bash
ssh myusername@mydomainname -p 2222
su
control
sudo control
#+END_SRC
Select /Backup and Restore/ then /Backup GPG key to USB (fragment keydrive)/.
@ -206,8 +204,7 @@ To administer the system after installation log in via ssh, become the root user
#+BEGIN_SRC bash
ssh myusername@freedombone.local -p 2222
sudo su
control
sudo control
#+END_SRC
From there you will be able to perform various tasks, such as backups, adding and removing users and so on. You can also do this via commands, which are typically installed as /usr/local/bin/freedombone* and the corresponding manpages.

Binary file not shown.

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>
<!-- 2015-12-03 Thu 12:19 -->
<!-- 2015-12-03 Thu 12:26 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -319,12 +319,12 @@ freedombone menuconfig
Currently the following boards are supported:
</p>
<p>
<a href="http://beagleboard.org/BLACK">Beaglebone Black</a>
<a href="http://linux-sunxi.org/Cubietech_Cubieboard2">Cubieboard 2</a>
<a href="https://linux-sunxi.org/Cubietruck">Cubietruck (Cubieboard 3)</a>
<a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware">olinuxino Lime2</a>
</p>
<ul class="org-ul">
<li><a href="http://beagleboard.org/BLACK">Beaglebone Black</a></li>
<li><a href="http://linux-sunxi.org/Cubietech_Cubieboard2">Cubieboard 2</a></li>
<li><a href="https://linux-sunxi.org/Cubietruck">Cubietruck (Cubieboard 3)</a></li>
<li><a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware">olinuxino Lime2</a></li>
</ul>
<p>
If there is no existing image available then you can build one from scratch. See the section above on how to do that. If an existing image is available then you can download it and check the signature with:
@ -595,8 +595,7 @@ This is the traditional security model in which you carry your full keyring on a
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomainname -p 2222
su
control
sudo control
</pre>
</div>
@ -615,8 +614,7 @@ This breaks your GPG key into a number of fragments and randomly selects one to
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomainname -p 2222
su
control
sudo control
</pre>
</div>
@ -660,8 +658,7 @@ To administer the system after installation log in via ssh, become the root user
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@freedombone.local -p 2222
sudo su
control
sudo control
</pre>
</div>