doc update
This commit is contained in:
parent
b2ce217afe
commit
333f46993c
26 changed files with 763 additions and 540 deletions
|
@ -8,26 +8,26 @@
|
|||
<div class='wiki-toc'>
|
||||
<h4>Table of Contents</h4>
|
||||
<ol>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomConfigure#Overview&weblang=de">Overview</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomConfigure#Locations&weblang=de">Locations</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomConfigure#Examples&weblang=de">Examples</a></li>
|
||||
<li><a href="/cryptobox?action=doc&page=CryptoBoxDevCustomConfigure#Comments&weblang=de">Comments</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Overview">Overview</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Locations">Locations</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Examples">Examples</a></li>
|
||||
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Comments">Comments</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</p>
|
||||
<p>
|
||||
<strong>Navigation:</strong> ( <a href="/cryptobox?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>)
|
||||
<strong>Navigation:</strong> ( <a href="?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>)
|
||||
|
||||
</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?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> by using the custom configuration hook directory.
|
||||
You may change nearly every aspect of the <a href="?action=doc&page=CryptoBox&weblang=de">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="/cryptobox?action=doc&page=CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a>).
|
||||
Any script inside of this directory will be executed after the default configuration procedure (see <a href="?action=doc&page=CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a>).
|
||||
</p>
|
||||
<p>
|
||||
The order of execution is defined by the names of the scripts (alphabetically).
|
||||
|
@ -48,7 +48,7 @@ The examples in <a href="/trac/cryptobox/browser/trunk/configure-examples.d">con
|
|||
</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?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>)
|
||||
</td></tr><tr><td>set_root_pw</td><td>change the password of root (only useful for a development <a href="?action=doc&page=CryptoBox&weblang=de">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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue