* reordered website (support is now faq)
* detailed description of what the box does
This commit is contained in:
parent
a319089017
commit
1f87fb2500
12 changed files with 208 additions and 67 deletions
|
@ -1,13 +1,6 @@
|
|||
<div class="content">
|
||||
<h2>Requirements</h2>
|
||||
<p>The <i>CryptoBox-Server</i> package can be installed on every system with at least:</p>
|
||||
<ul>
|
||||
<li>Linux kernel 2.6</li>
|
||||
<li>cryptsetup with LUKS support</li>
|
||||
<li>kernel support for the <i>crypt</i> target of the <i>device mapper</i></li>
|
||||
<li>Python 2.4</li>
|
||||
</ul>
|
||||
<p>The <i>CryptoBox-CD</i> can run on any PC with:</p>
|
||||
<h2>Requirements CryptoBox live-CD</h2>
|
||||
<p>The <i>CryptoBox live-CD</i> runs on any x86 compatible PC with:</p>
|
||||
<ul>
|
||||
<li>CPU: min. 100MHz</li>
|
||||
<li>RAM: 64 MB</li>
|
||||
|
@ -16,7 +9,21 @@
|
|||
<li>a harddisk for your data</li>
|
||||
</ul>
|
||||
<p>All drives supported by the linux kernel can be used: IDE, SCSI, USB, FireWire,
|
||||
SATA, ...</p>
|
||||
SATA, RAID, ...</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2>Requirements CryptoBox-server</h2>
|
||||
<p>The <i>CryptoBox-server</i> package can be installed on every system with at least:</p>
|
||||
<ul>
|
||||
<li>Linux kernel 2.6</li>
|
||||
<li>cryptsetup with LUKS support</li>
|
||||
<li>kernel support for the <i>crypt</i> target of the <i>device mapper</i></li>
|
||||
<li>Python 2.4</li>
|
||||
</ul>
|
||||
<p>In principle the server package runs on any Linux
|
||||
distribution, but we just provide Debian packages. So you have to
|
||||
install the necessary files on your own.</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue