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.
64 lines
5.4 KiB
64 lines
5.4 KiB
|
|
|
|
|
|
|
|
|
|
<div class="wikipage"> |
|
<div id="searchable"><p> |
|
<div class='wiki-toc'> |
|
<h4>Table of Contents</h4> |
|
<ol> |
|
<li><a href="?action=doc&page=CryptoBoxDevBackground&weblang=de#dfsbuild">dfsbuild</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevBackground&weblang=de#thekernel">the kernel</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevBackground&weblang=de#qemu">qemu</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevBackground&weblang=de#alternativeLiveCDs">alternative LiveCDs</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevBackground&weblang=de#Comments">Comments</a></li> |
|
</ol> |
|
</div> |
|
|
|
</p> |
|
<p> |
|
<strong>Navigation:</strong> ( <a href="?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>) |
|
|
|
</p> |
|
<hr /> |
|
<h1 id="DetailsoftheCryptoBox">Details of the CryptoBox</h1> |
|
<h2 id="dfsbuild">dfsbuild</h2> |
|
<p> |
|
The base system of the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> Live-CD is created by <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild">dfsbuild</a>. |
|
</p> |
|
<p> |
|
It is recommended to use some kind of caching tool for the retrieval of the debian packages (e.g.: <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-cacher" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-cacher">apt-cacher</a>, <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-proxy" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=apt-proxy">apt-proxy</a> or <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=approx" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=approx">approx</a>). This saves a lot of bandwidth and time. |
|
</p> |
|
<p> |
|
The documentation for <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild">dfsbuild</a> is sparse. But it is quite unlikely, that you will get in direct contact with it, as it is wrapped by <a href="/trac/cryptobox/browser/trunk/scripts/cbox-build.sh">cbox-build</a>. However the following links may help you for specific problems: |
|
</p> |
|
<ul><li><a class="ext-link" title="http://www.debian-administration.org/articles/125" href="http://www.debian-administration.org/articles/125">Debian Administration: Building Debian CD-ROMS Part 1 - dfsbuild</a> |
|
</li><li><a class="ext-link" title="http://www.debian-administration.org/articles/149" href="http://www.debian-administration.org/articles/149">Debian Administration: Getting in deep with dfsbuild</a> |
|
</li></ul><h2 id="thekernel">the kernel</h2> |
|
<p> |
|
The linux kernel for the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a> is compiled statically. If you want to change it, you could follow this steps: |
|
</p> |
|
<ol><li>get the sources: <tt>apt-get install kernel-tree-2.6.11</tt> (or the version of your choice) |
|
</li><li>copy the exisiting config file <i>kernel/config-2.6.11</i> as <i>.config</i> into your kernel source directory |
|
</li><li>build the debian kernel package <tt>make-kpkg --revision=1.dfs --rootcmd=fakeroot kernel_image</tt> |
|
</li><li>change the kernel in the <i>unpackdebs</i> setting in <a href="/trac/cryptobox/browser/trunk/etc-defaults.d/dfs-cbox.conf">dfs-cbox.conf</a> (see <a href="?action=doc&page=CryptoBoxDevCustomBuild&weblang=de">CryptoBoxDevCustomBuild</a> for details) |
|
</li></ol><p> |
|
See <a title="" href="/trac/cryptobox/browser/trunk/hints/kernel-build.txt">source:trunk/hints/kernel-build.txt</a> for more details. |
|
</p> |
|
<h2 id="qemu">qemu</h2> |
|
<p> |
|
<a class="ext-link" title="http://fabrice.bellard.free.fr/qemu/" href="http://fabrice.bellard.free.fr/qemu/">Qemu</a> is a portable system emulator. It is a convenient tool to ease the development workflow, as you do not need to burn LiveCDs for testing. |
|
</p> |
|
<h2 id="alternativeLiveCDs">alternative LiveCDs</h2> |
|
<p> |
|
We tried some other LiveCDs before we decided to use <a class="ext-link" title="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=0&version=all&release=all&keywords=dfsbuild">dfsbuild</a>. The following pages describe their advantages and disadvantages as the base system for the <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>: |
|
</p> |
|
<ul><li><a href="?action=doc&page=CryptoBoxKnoppixVerworfen&weblang=de">CryptoBoxKnoppixVerworfen</a> - Knoppix |
|
</li><li><a href="?action=doc&page=CryptoBoxMorphixVerworfen&weblang=de">CryptoBoxMorphixVerworfen</a> - Morphix / IBuild |
|
</li></ul><hr /> |
|
<h2 id="Comments">Comments</h2> |
|
<p> |
|
|
|
</div> |
|
</div>
|
|
|