You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
4.3 KiB
85 lines
4.3 KiB
|
|
|
|
|
|
|
|
|
|
<div class="wikipage"> |
|
<div id="searchable"><p> |
|
<div class='wiki-toc'> |
|
<h4>Table of Contents</h4> |
|
<ol> |
|
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#Overview&weblang=de">Overview</a></li> |
|
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#Settings&weblang=de">Settings</a></li> |
|
<ol><li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#dfsbuildsettings&weblang=de">dfsbuild settings</a></li> |
|
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#CryptoBoxdevelopmentconfiguration&weblang=de">CryptoBox development configuration</a></li> |
|
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#SSHconnection&weblang=de">SSH connection</a></li> |
|
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#qemunetworkconfiguration&weblang=de">qemu network configuration</a></li> |
|
</ol><li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomBuild#Comments&weblang=de">Comments</a></li> |
|
</ol> |
|
</div> |
|
|
|
</p> |
|
<p> |
|
<strong>Navigation:</strong> ( <a href="/cryptobox?action=doc&page=CryptoBoxDev">CryptoBoxDev</a>, <a href="/cryptobox?action=doc&page=CryptoBoxDevBackground">CryptoBoxDevBackground</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevPreparation">CryptoBoxDevPreparation</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a>) |
|
|
|
</p> |
|
<hr /> |
|
<h1 id="CustombuildsoftheCryptoBox">Custom builds of the CryptoBox</h1> |
|
<h2 id="Overview">Overview</h2> |
|
<p> |
|
The following sections are useful, if you want to change the default settings of your personal <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> development environment. |
|
</p> |
|
<p> |
|
You should have completed the steps described in <a href="/cryptobox?action=doc&page=CryptoBoxDevPreparation&weblang=de">CryptoBoxDevPreparation</a>. |
|
</p> |
|
<h2 id="Settings">Settings</h2> |
|
<h3 id="dfsbuildsettings">dfsbuild settings</h3> |
|
<p> |
|
All settings for <i>dfsbuild</i> can be found in <a href="/trac/cryptobox/browser/trunk/etc-defaults.d/dfs-cbox.conf">etc-defaults.d/dfs-cbox.conf</a>. |
|
</p> |
|
<p> |
|
If you want to change any of them, you should do the following: |
|
</p> |
|
<ol><li>copy <i>etc-defaults.d/dfs-cbox.conf</i> file to <i>etc-local.d/</i> |
|
</li><li>change <i>etc-local.d/dfs-cbox.conf</i> according to your needs |
|
</li></ol><p> |
|
This allows you to use your own (personal) settings, without interfering with files under version control. |
|
</p> |
|
<h3 id="CryptoBoxdevelopmentconfiguration">CryptoBox development configuration</h3> |
|
<p> |
|
Some settings regarding the building, configuring and validating of the <a href="/cryptobox?action=doc&page=CryptoBox">CryptoBox</a> can be found in <a href="/trac/cryptobox/browser/trunk/etc-defaults.d/cbox-dev.conf&weblang=de">etc-defaults.d/cbox-dev.conf</a>. |
|
</p> |
|
<p> |
|
If you want to change any of them, you should do the following: |
|
</p> |
|
<ol><li>copy <i>etc-defaults.d/cbox-dev.conf</i> file to <i>etc-local.d/</i> |
|
</li><li>change <i>etc-local.d/cbox-dev.conf</i> according to your needs |
|
</li></ol><h3 id="SSHconnection">SSH connection</h3> |
|
<p> |
|
The file <a href="/trac/cryptobox/browser/trunk/etc-defaults.d/ssh_config">ssh_config</a> is used to establish a connection to a running <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> system. |
|
</p> |
|
<p> |
|
It can be necessary to change these settings, if: |
|
</p> |
|
<ul><li>you do not want to use the default IP for the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> |
|
</li><li>or the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> is not within your local network. |
|
</li></ul><p> |
|
If you want to change some settings, you should do the following: |
|
</p> |
|
<ol><li>copy <i>etc-defaults.d/ssh_config</i> file to <i>etc-local.d/</i> |
|
</li><li>change <i>etc-local.d/ssh_config</i> according to your needs |
|
</li></ol><h3 id="qemunetworkconfiguration">qemu network configuration</h3> |
|
<p> |
|
The file <a href="/trac/cryptobox/browser/trunk/etc-defauolts.d/qemu-ifup">etc-defauolts.d/qemu-ifup</a> is used for the <a href="/cryptobox?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> emulation with <i>qemu</i>. See <i>man qemu</i> for details. |
|
</p> |
|
<p> |
|
If you want to change some settings, you should do the following: |
|
</p> |
|
<ol><li>copy <i>etc-defaults.d/qemu-ifup</i> file to <i>etc-local.d/</i> |
|
</li><li>change <i>etc-local.d/qemu-ifup</i> according to your needs |
|
</li></ol><hr /> |
|
<h2 id="Comments">Comments</h2> |
|
<p> |
|
|
|
</div> |
|
</div>
|
|
|