|
@@ -3,7 +3,7 @@
|
3
|
3
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
|
-<!-- 2016-10-31 Mon 16:23 -->
|
|
6
|
+<!-- 2016-11-05 Sat 16:57 -->
|
7
|
7
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
9
|
9
|
<title></title>
|
|
@@ -251,21 +251,36 @@ The quickest way to get started is as follows. You will need to be running a Deb
|
251
|
251
|
</p>
|
252
|
252
|
|
253
|
253
|
<p>
|
254
|
|
-First you will need to create an image.
|
|
254
|
+First you will need to create an image. On a debian based distro:
|
255
|
255
|
</p>
|
256
|
256
|
|
257
|
257
|
<div class="org-src-container">
|
258
|
|
-<pre class="src src-bash">sudo su
|
259
|
|
-apt-get -y install build-essential libc6-dev-i386 <span class="org-sh-escaped-newline">\</span>
|
260
|
|
-gcc-multilib g++-multilib git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
|
261
|
|
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
|
262
|
|
-python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
|
263
|
|
-u-boot-tools qemu
|
|
258
|
+<pre class="src src-bash">sudo apt-get install git
|
264
|
259
|
git clone https://github.com/bashrc/freedombone
|
265
|
260
|
<span class="org-builtin">cd</span> freedombone
|
266
|
261
|
git checkout stockholm
|
267
|
262
|
make install
|
268
|
|
-freedombone-image -t i386 -s 7.8G --onion yes
|
|
263
|
+freedombone-image --setup debian
|
|
264
|
+freedombone-image -t i386 --onion yes
|
|
265
|
+</pre>
|
|
266
|
+</div>
|
|
267
|
+
|
|
268
|
+<p>
|
|
269
|
+Or on Arch/Parabola:
|
|
270
|
+</p>
|
|
271
|
+
|
|
272
|
+<p>
|
|
273
|
+First you will need to create an image. On a debian based distro:
|
|
274
|
+</p>
|
|
275
|
+
|
|
276
|
+<div class="org-src-container">
|
|
277
|
+<pre class="src src-bash">sudo pacman -S git
|
|
278
|
+git clone https://github.com/bashrc/freedombone
|
|
279
|
+<span class="org-builtin">cd</span> freedombone
|
|
280
|
+git checkout stockholm
|
|
281
|
+make install
|
|
282
|
+freedombone-image --setup parabola
|
|
283
|
+freedombone-image -t i386 --onion yes
|
269
|
284
|
</pre>
|
270
|
285
|
</div>
|
271
|
286
|
|