added all non-code changes between r281 and r300 to the new release candidate
This commit is contained in:
parent
3cad3c5ae8
commit
7260c63d86
107 changed files with 5526 additions and 4016 deletions
|
@ -29,65 +29,65 @@
|
|||
|
||||
<div id="doc">
|
||||
|
||||
<a id="top"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="wikipage">
|
||||
<div id="searchable"><p>
|
||||
<div class='wiki-toc'>
|
||||
<h4>Table of Contents</h4>
|
||||
<ol>
|
||||
|
||||
<li>
|
||||
<a href="#head-eaec6be4efea7b38c41712778bfd4fb8d2827d3c">Overview</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#head-51173f0423ca91d36cd0cfcdc75a06d90cc087ee">Locations</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#head-9b9b6463081c4d9d13e3aadebe9daaf61fa67b5c">Examples</a>
|
||||
</li>
|
||||
|
||||
<li><a href="CryptoBoxDevCustomConfigure.html#Overview">Overview</a></li>
|
||||
<li><a href="CryptoBoxDevCustomConfigure.html#Locations">Locations</a></li>
|
||||
<li><a href="CryptoBoxDevCustomConfigure.html#Examples">Examples</a></li>
|
||||
<li><a href="CryptoBoxDevCustomConfigure.html#Comments">Comments</a></li>
|
||||
</ol>
|
||||
<p> </p>
|
||||
<hr>
|
||||
<p> </p>
|
||||
<p><em>back to <a href="CryptoBoxDev.html">CryptoBoxDev</a></em> </p>
|
||||
</div>
|
||||
|
||||
<h2 id="head-eaec6be4efea7b38c41712778bfd4fb8d2827d3c">Overview</h2>
|
||||
</p>
|
||||
<p>
|
||||
<strong>Navigation:</strong> ( <a href="CryptoBoxDev.html">CryptoBoxDev</a>)
|
||||
|
||||
<p>You may change nearly every aspect of the <a href="CryptoBox.html">CryptoBox</a> by using the custom configuration hook directory. </p>
|
||||
<p>Any script inside of this directory will be executed after the default configuration procedure (see <a href="CryptoBoxDevWorkFlow.html">CryptoBoxDevWorkFlow</a>). </p>
|
||||
<p>The order of execution is defined by the names of the scripts (alphabetically). </p>
|
||||
|
||||
<h2 id="head-51173f0423ca91d36cd0cfcdc75a06d90cc087ee">Locations</h2>
|
||||
|
||||
<p>Some example customization scripts can be found in <em>configure-examples.d/</em>. </p>
|
||||
<p>You may put your scripts into <em>configure-local.d/</em>. They will be sourced by <em>cbox-build.sh</em>. </p>
|
||||
|
||||
<h2 id="head-9b9b6463081c4d9d13e3aadebe9daaf61fa67b5c">Examples</h2>
|
||||
|
||||
<p>The examples in <em>configure-examples.d/</em> can be copied to <em>configure-local.d/</em> and adjusted to your needs. </p>
|
||||
<dl>
|
||||
<dt>set_default_ip</dt>
|
||||
<dd><p>change the default IP address of the <a href="CryptoBox.html">CryptoBox</a> </p>
|
||||
</dd>
|
||||
<dt>set_default_language</dt>
|
||||
<dd><p>set the default language </p>
|
||||
</dd>
|
||||
<dt>set_default_timeout</dt>
|
||||
<dd><p>set the default idle time for automatic unmounting </p>
|
||||
</dd>
|
||||
<dt>set_hostname</dt>
|
||||
<dd><p>change the default hostname </p>
|
||||
</dd>
|
||||
<dt>set_root_pw</dt>
|
||||
<dd><p>change the password of root (only useful for a development <a href="CryptoBox.html">CryptoBox</a>) </p>
|
||||
</dd>
|
||||
<dt>import_authorized_keys</dt>
|
||||
<dd><p>upload a <em>ssh</em> key for passwordless access to a development <a href="CryptoBox.html">CryptoBox</a> </p>
|
||||
</dd>
|
||||
<dt>set_scan_devices</dt>
|
||||
<dd><p>where to look for usable harddisks </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</p>
|
||||
<hr />
|
||||
<h1 id="CustomconfigurationoftheCryptoBox">Custom configuration of the CryptoBox</h1>
|
||||
<h2 id="Overview">Overview</h2>
|
||||
<p>
|
||||
You may change nearly every aspect of the <a href="CryptoBox.html">CryptoBox</a> by using the custom configuration hook directory.
|
||||
</p>
|
||||
<p>
|
||||
Any script inside of this directory will be executed after the default configuration procedure (see <a href="CryptoBoxDevWorkFlow.html">CryptoBoxDevWorkFlow</a>).
|
||||
</p>
|
||||
<p>
|
||||
The order of execution is defined by the names of the scripts (alphabetically).
|
||||
</p>
|
||||
<h2 id="Locations">Locations</h2>
|
||||
<p>
|
||||
Some example customization scripts can be found in <a href="/trac/cryptobox/browser/trunk/configure-examples.d">configure-examples.d/</a>.
|
||||
</p>
|
||||
<p>
|
||||
You may put your scripts into <i>configure-local.d/</i>. They will be sourced by <a href="/trac/cryptobox/browser/trunk/scripts/cbox-build.sh">cbox-build.sh</a>.
|
||||
</p>
|
||||
<h2 id="Examples">Examples</h2>
|
||||
<p>
|
||||
The examples in <a href="/trac/cryptobox/browser/trunk/configure-examples.d">configure-examples.d/</a> can be copied to <i>configure-local.d/</i> and adjusted to your needs.
|
||||
</p>
|
||||
<table class="wiki">
|
||||
<tr><td>set_default_ip</td><td>change the default IP address of the CryptoBox
|
||||
</td></tr><tr><td>set_default_language</td><td>set the default language
|
||||
</td></tr><tr><td>set_default_timeout</td><td>set the default idle time for automatic unmounting
|
||||
</td></tr><tr><td>set_hostname</td><td>change the default hostname
|
||||
</td></tr><tr><td>set_root_pw</td><td>change the password of root (only useful for a development <a href="CryptoBox.html">CryptoBox</a>)
|
||||
</td></tr><tr><td>import_authorized_keys</td><td>upload a <i>ssh</i> key for passwordless access to a development CryptoBox
|
||||
</td></tr><tr><td>set_scan_devices</td><td>where to look for usable harddisks
|
||||
</td></tr></table>
|
||||
<hr />
|
||||
<h2 id="Comments">Comments</h2>
|
||||
<p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><!-- end of 'words' -->
|
||||
|
||||
<div id="footer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue