Update web documentation

This commit is contained in:
Bob Mottram 2015-09-29 12:21:47 +01:00
parent 76f0f5be4a
commit 427b034a92
2 changed files with 47 additions and 13 deletions

View File

@ -56,12 +56,16 @@ su
If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done as follows: If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done as follows:
#+BEGIN_SRC bash #+BEGIN_SRC bash
freedombone-recoverkey -u [username] --master freedombone-recoverkey -u [username]
#+END_SRC #+END_SRC
Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black. Or on a Beaglebone Black you can use the option:
Log into the system and become the root user, then run the /restore/ command. #+BEGIN_SRC bash
freedombone-recoverkey -u [username] --drive sda
#+END_SRC
Remove any existing drive and insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black, then run the command:
#+BEGIN_SRC bash #+BEGIN_SRC bash
restore restore
@ -92,14 +96,23 @@ freedombone-remote
Configure the remote server login details. Configure the remote server login details.
Now plug in the USB drive containing the backup key and restore it. Now become the root user:
#+BEGIN_SRC bash #+BEGIN_SRC bash
su su
freedombone-recoverkey -u [username] --master
#+END_SRC #+END_SRC
If you are recovering from multiple USB drives containing key fragments then just ommit the /--master/ option in the above command. Plug in the USB drive containing the backup key and restore it.
#+BEGIN_SRC bash
freedombone-recoverkey -u [username]
#+END_SRC
Or on a Beablebone Black:
#+BEGIN_SRC bash
freedombone-recoverkey -u [username] -d sda
#+END_SRC
Then use the command: Then use the command:

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<title></title> <title></title>
<!-- 2015-09-29 Tue 10:21 --> <!-- 2015-09-29 Tue 12:21 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" /> <meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" /> <meta name="author" content="Bob Mottram" />
@ -272,16 +272,22 @@ If this is a new Freedombone installation then you will first need to restore yo
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-bash">freedombone-recoverkey -u [username] --master <pre class="src src-bash">freedombone-recoverkey -u [username]
</pre> </pre>
</div> </div>
<p> <p>
Insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black. Or on a Beaglebone Black you can use the option:
</p> </p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-recoverkey -u [username] --drive sda
</pre>
</div>
<p> <p>
Log into the system and become the root user, then run the <i>restore</i> command. Remove any existing drive and insert the USB thumb drive containing your backup into the front socket of the Beaglebone Black, then run the command:
</p> </p>
<div class="org-src-container"> <div class="org-src-container">
@ -344,20 +350,35 @@ Configure the remote server login details.
</p> </p>
<p> <p>
Now plug in the USB drive containing the backup key and restore it. Now become the root user:
</p> </p>
<div class="org-src-container"> <div class="org-src-container">
<pre class="src src-bash">su <pre class="src src-bash">su
freedombone-recoverkey -u [username] --master
</pre> </pre>
</div> </div>
<p> <p>
If you are recovering from multiple USB drives containing key fragments then just ommit the <i>&#x2013;master</i> option in the above command. Plug in the USB drive containing the backup key and restore it.
</p> </p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-recoverkey -u [username]
</pre>
</div>
<p>
Or on a Beablebone Black:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-recoverkey -u [username] -d sda
</pre>
</div>
<p> <p>
Then use the command: Then use the command:
</p> </p>