menuconfig
This commit is contained in:
parent
433e366b17
commit
76432f7c19
|
@ -28,7 +28,7 @@ git clone https://github.com/bashrc/freedombone
|
||||||
cd freedombone
|
cd freedombone
|
||||||
git checkout stretch
|
git checkout stretch
|
||||||
make install
|
make install
|
||||||
freedombone makeconfig
|
freedombone menuonfig (or freedombone menuconfig-onion)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
The installation process will then begin. Depending upon the hardware you're installing onto and your internet connection speed it may take quite a while to install.
|
The installation process will then begin. Depending upon the hardware you're installing onto and your internet connection speed it may take quite a while to install.
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<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>
|
||||||
<!-- 2017-06-25 Sun 23:22 -->
|
<!-- 2018-01-23 Tue 19:31 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title>‎</title>
|
||||||
<meta name="generator" content="Org mode" />
|
<meta name="generator" content="Org mode" />
|
||||||
<meta name="author" content="Bob Mottram" />
|
<meta name="author" content="Bob Mottram" />
|
||||||
<meta name="description" content="How to install Freedombone onto an existing Debian system"
|
<meta name="description" content="How to install Freedombone onto an existing Debian system"
|
||||||
|
@ -257,15 +257,15 @@ It's still possible to install the system onto these unsupported devices if you
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="org-src-container">
|
<div class="org-src-container">
|
||||||
<pre><code class="src src-bash">su
|
<pre class="src src-bash">su
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -qy install build-essential git dialog
|
apt-get -qy install build-essential git dialog
|
||||||
git clone https://github.com/bashrc/freedombone
|
git clone https://github.com/bashrc/freedombone
|
||||||
<span class="org-builtin">cd</span> freedombone
|
<span class="org-builtin">cd</span> freedombone
|
||||||
git checkout stretch
|
git checkout stretch
|
||||||
make install
|
make install
|
||||||
freedombone makeconfig
|
freedombone menuonfig (or freedombone menuconfig-onion)
|
||||||
</code></pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue