Browse Source

Simplification

Bob Mottram 9 years ago
parent
commit
f56842f7c3
3 changed files with 17 additions and 23 deletions
  1. 7
    10
      doc/EN/installation.org
  2. BIN
      man/freedombone.1.gz
  3. 10
    13
      website/EN/installation.html

+ 7
- 10
doc/EN/installation.org View File

72
 ** On a single board computer (SBC)
72
 ** On a single board computer (SBC)
73
 Currently the following boards are supported:
73
 Currently the following boards are supported:
74
 
74
 
75
-    [[http://beagleboard.org/BLACK][Beaglebone Black]]
76
-    [[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
77
-    [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
78
-    [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
75
+ * [[http://beagleboard.org/BLACK][Beaglebone Black]]
76
+ * [[http://linux-sunxi.org/Cubietech_Cubieboard2][Cubieboard 2]]
77
+ * [[https://linux-sunxi.org/Cubietruck][Cubietruck (Cubieboard 3)]]
78
+ * [[https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware][olinuxino Lime2]]
79
 
79
 
80
 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:
80
 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:
81
 
81
 
172
 
172
 
173
 #+BEGIN_SRC bash
173
 #+BEGIN_SRC bash
174
 ssh myusername@mydomainname -p 2222
174
 ssh myusername@mydomainname -p 2222
175
-su
176
-control
175
+sudo control
177
 #+END_SRC
176
 #+END_SRC
178
 
177
 
179
 Select /Backup and Restore/ then /Backup GPG key to USB (master keydrive)/.
178
 Select /Backup and Restore/ then /Backup GPG key to USB (master keydrive)/.
182
 
181
 
183
 #+BEGIN_SRC bash
182
 #+BEGIN_SRC bash
184
 ssh myusername@mydomainname -p 2222
183
 ssh myusername@mydomainname -p 2222
185
-su
186
-control
184
+sudo control
187
 #+END_SRC
185
 #+END_SRC
188
 
186
 
189
 Select /Backup and Restore/ then /Backup GPG key to USB (fragment keydrive)/.
187
 Select /Backup and Restore/ then /Backup GPG key to USB (fragment keydrive)/.
206
 
204
 
207
 #+BEGIN_SRC bash
205
 #+BEGIN_SRC bash
208
 ssh myusername@freedombone.local -p 2222
206
 ssh myusername@freedombone.local -p 2222
209
-sudo su
210
-control
207
+sudo control
211
 #+END_SRC
208
 #+END_SRC
212
 
209
 
213
 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.
210
 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.

BIN
man/freedombone.1.gz View File


+ 10
- 13
website/EN/installation.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2015-12-03 Thu 12:19 -->
6
+<!-- 2015-12-03 Thu 12:26 -->
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
319
 Currently the following boards are supported:
319
 Currently the following boards are supported:
320
 </p>
320
 </p>
321
 
321
 
322
-<p>
323
-<a href="http://beagleboard.org/BLACK">Beaglebone Black</a>
324
-<a href="http://linux-sunxi.org/Cubietech_Cubieboard2">Cubieboard 2</a>
325
-<a href="https://linux-sunxi.org/Cubietruck">Cubietruck (Cubieboard 3)</a>
326
-<a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware">olinuxino Lime2</a>
327
-</p>
322
+<ul class="org-ul">
323
+<li><a href="http://beagleboard.org/BLACK">Beaglebone Black</a></li>
324
+<li><a href="http://linux-sunxi.org/Cubietech_Cubieboard2">Cubieboard 2</a></li>
325
+<li><a href="https://linux-sunxi.org/Cubietruck">Cubietruck (Cubieboard 3)</a></li>
326
+<li><a href="https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2/open-source-hardware">olinuxino Lime2</a></li>
327
+</ul>
328
 
328
 
329
 <p>
329
 <p>
330
 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:
330
 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
 <div class="org-src-container">
595
 <div class="org-src-container">
596
 
596
 
597
 <pre class="src src-bash">ssh myusername@mydomainname -p 2222
597
 <pre class="src src-bash">ssh myusername@mydomainname -p 2222
598
-su
599
-control
598
+sudo control
600
 </pre>
599
 </pre>
601
 </div>
600
 </div>
602
 
601
 
615
 <div class="org-src-container">
614
 <div class="org-src-container">
616
 
615
 
617
 <pre class="src src-bash">ssh myusername@mydomainname -p 2222
616
 <pre class="src src-bash">ssh myusername@mydomainname -p 2222
618
-su
619
-control
617
+sudo control
620
 </pre>
618
 </pre>
621
 </div>
619
 </div>
622
 
620
 
660
 <div class="org-src-container">
658
 <div class="org-src-container">
661
 
659
 
662
 <pre class="src src-bash">ssh myusername@freedombone.local -p 2222
660
 <pre class="src src-bash">ssh myusername@freedombone.local -p 2222
663
-sudo su
664
-control
661
+sudo control
665
 </pre>
662
 </pre>
666
 </div>
663
 </div>
667
 
664