diff --git a/doc/EN/installation.org b/doc/EN/installation.org index 2c700b6b..9a24bafd 100644 --- a/doc/EN/installation.org +++ b/doc/EN/installation.org @@ -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. diff --git a/man/freedombone.1.gz b/man/freedombone.1.gz index bcaaa8c6..9e395fe4 100644 Binary files a/man/freedombone.1.gz and b/man/freedombone.1.gz differ diff --git a/website/EN/installation.html b/website/EN/installation.html index 21f75c65..82a081c7 100644 --- a/website/EN/installation.html +++ b/website/EN/installation.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -319,12 +319,12 @@ freedombone menuconfig Currently the following boards are supported:

-

-Beaglebone Black -Cubieboard 2 -Cubietruck (Cubieboard 3) -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: @@ -595,8 +595,7 @@ This is the traditional security model in which you carry your full keyring on a

ssh myusername@mydomainname -p 2222
-su
-control
+sudo control
 
@@ -615,8 +614,7 @@ This breaks your GPG key into a number of fragments and randomly selects one to
ssh myusername@mydomainname -p 2222
-su
-control
+sudo control
 
@@ -660,8 +658,7 @@ To administer the system after installation log in via ssh, become the root user
ssh myusername@freedombone.local -p 2222
-sudo su
-control
+sudo control