129 lines
5 KiB
HTML
129 lines
5 KiB
HTML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>CryptoBox</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<link rel="stylesheet" media="screen" href="../../../var/www/cryptobox.css" type="text/css" />
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="lang">
|
||
|
<a href="../en/CryptoBox.html">English</a><br/>
|
||
|
<a href="../de/CryptoBox.html">Deutsch</a><br/>
|
||
|
</div>
|
||
|
|
||
|
<div id="main">
|
||
|
<div id="head">
|
||
|
<h1>Die CryptoBox</h1>
|
||
|
<h2>... und 1984 war gestern!</h2>
|
||
|
</div>
|
||
|
|
||
|
<div id="content">
|
||
|
<div id="menu">
|
||
|
<a href="CryptoBox.html">Übersicht</a>
|
||
|
<a href="CryptoBoxUser.html">Nutzerhandbuch</a>
|
||
|
<a href="CryptoBoxDev.html">Entwicklung</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="doc">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="wikipage">
|
||
|
<div id="searchable"><p>
|
||
|
<div class='wiki-toc'>
|
||
|
<h4>Table of Contents</h4>
|
||
|
<ol>
|
||
|
<li><a href="CryptoBoxDevCustomBuild.html#Overview">Overview</a></li>
|
||
|
<li><a href="CryptoBoxDevCustomBuild.html#Settings">Settings</a></li>
|
||
|
<ol><li><a href="CryptoBoxDevCustomBuild.html#dfsbuildsettings">dfsbuild settings</a></li>
|
||
|
<li><a href="CryptoBoxDevCustomBuild.html#CryptoBoxdevelopmentconfiguration">CryptoBox development configuration</a></li>
|
||
|
<li><a href="CryptoBoxDevCustomBuild.html#SSHconnection">SSH connection</a></li>
|
||
|
<li><a href="CryptoBoxDevCustomBuild.html#qemunetworkconfiguration">qemu network configuration</a></li>
|
||
|
</ol><li><a href="CryptoBoxDevCustomBuild.html#Comments">Comments</a></li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
|
||
|
</p>
|
||
|
<p>
|
||
|
<strong>Navigation:</strong> ( <a href="CryptoBoxDev.html">CryptoBoxDev</a>, <a href="CryptoBoxDevBackground.html">CryptoBoxDevBackground</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevPreparation">CryptoBoxDevPreparation</a>, <a href="/trac/cryptobox/wiki/CryptoBoxDevWorkFlow">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.html">CryptoBox</a> development environment.
|
||
|
</p>
|
||
|
<p>
|
||
|
You should have completed the steps described in <a href="CryptoBoxDevPreparation.html">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.html">CryptoBox</a> can be found in <a href="/trac/cryptobox/browser/trunk/etc-defaults.d/cbox-dev.conf">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.html">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.html">CryptoBox</a>
|
||
|
</li><li>or the <a href="CryptoBox.html">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.html">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>
|
||
|
</div><!-- end of 'words' -->
|
||
|
|
||
|
<div id="footer">
|
||
|
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|