Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
f3a2772e
Commit
f3a2772e
authored
6 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
get source code via dat
parent
60c89bc7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/EN/mesh_images.org
+29
-3
29 additions, 3 deletions
doc/EN/mesh_images.org
website/EN/mesh_images.html
+54
-8
54 additions, 8 deletions
website/EN/mesh_images.html
with
83 additions
and
11 deletions
doc/EN/mesh_images.org
+
29
−
3
View file @
f3a2772e
...
...
@@ -141,15 +141,41 @@ It's better not to trust images downloaded from random places on the interwebs.
First you will need to create an image. On a Debian based system (tested on Debian Stretch):
#+begin_src bash
sudo apt-get -y install git wget build-essential
wget https://freedombone.net/downloads/v31/freedombone.tar.gz
wget https://freedombone.net/downloads/v31/freedombone.tar.gz.sig
sudo apt-get install xz-utils nodejs
sudo npm install -g dat
#+end_src
To download images with dat:
#+begin_src bash
dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
#+end_src
Check the signature:
#+begin_src bash
gpg --verify freedombone.tar.gz.sig
#+end_src
Install it:
#+begin_src bash
tar -xzvf freedombone.tar.gz
cd freedombone
git checkout stretch
sudo make install
#+end_src
Setup your build environment. If you're using Arch/Parabola substitute /debian/ for /parabola/.
#+begin_src bash
freedombone-image --setup debian
#+end_src
And then build the image:
#+begin_src bash
freedombone-image -t i386 -v meshclient
#+end_src
...
...
This diff is collapsed.
Click to expand it.
website/EN/mesh_images.html
+
54
−
8
View file @
f3a2772e
...
...
@@ -4,7 +4,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
<head>
<title></title>
<!-- 2018-06-16 Sat 1
1:38
-->
<!-- 2018-06-16 Sat 1
2:10
-->
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"generator"
content=
"Org-mode"
/>
<meta
name=
"author"
content=
"Bob Mottram"
/>
...
...
@@ -390,16 +390,62 @@ First you will need to create an image. On a Debian based system (tested on Debi
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
sudo apt-get -y install git wget build-essential
wget https://freedombone.net/downloads/v31/freedombone.tar.gz
wget https://freedombone.net/downloads/v31/freedombone.tar.gz.sig
gpg --verify freedombone.tar.gz.sig
tar -xzvf freedombone.tar.gz
<pre
class=
"src src-bash"
>
sudo apt-get install xz-utils nodejs
sudo npm install -g dat
</pre>
</div>
<p>
To download images with dat:
</p>
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
dat clone dat://e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e/
cd e9cbf606e55cdaa85199f4e6ec25ff7456775389979a668b3faf33e057493f8e
</pre>
</div>
<p>
Check the signature:
</p>
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
gpg --verify freedombone.tar.gz.sig
</pre>
</div>
<p>
Install it:
</p>
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
tar -xzvf freedombone.tar.gz
cd freedombone
git checkout stretch
sudo make install
freedombone-image --setup debian
freedombone-image -t i386 -v meshclient
</pre>
</div>
<p>
Setup your build environment. If you're using Arch/Parabola substitute
<i>
debian
</i>
for
<i>
parabola
</i>
.
</p>
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
freedombone-image --setup debian
</pre>
</div>
<p>
And then build the image:
</p>
<div
class=
"org-src-container"
>
<pre
class=
"src src-bash"
>
freedombone-image -t i386 -v meshclient
</pre>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment