<?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>The CryptoBox</h1> <h2>Privacy for the rest of us.</h2> </div> <div id="content"> <div id="menu"> <a href="CryptoBox.html">Overview</a> <a href="CryptoBoxUser.html">User documentation</a> <a href="CryptoBoxDev.html">Development</a> </div> <div id="doc"> <a id="top"></a> <ol> <li> <a href="#head-2d71165918ee9e861cebf562e7f9be2c5c6328e4">dfsbuild</a> </li> <li> <a href="#head-6e3d13fcf3a0765d2188125e9b0b0bcb95e50622">the kernel</a> </li> <li> <a href="#head-e01e8e66ae77c00f4e9fa9bd190c3ff738540727">qemu</a> </li> <li> <a href="#head-00c94b926ece7f2a601d696a8880f5e54155ce7a">alternative LiveCDs</a> </li> </ol> <p> </p> <hr> <p> </p> <p><em>back to <a href="CryptoBoxDev.html">CryptoBoxDev</a></em> </p> <h2 id="head-2d71165918ee9e861cebf562e7f9be2c5c6328e4">dfsbuild</h2> <p>The base system of the <a href="CryptoBox.html">CryptoBox</a> Live-CD is created by <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&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="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=apt-cacher">apt-cacher</a> or <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=apt-proxy">apt-proxy</a>). This saves a lot of bandwidth and time. </p> <p>The documentation for <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&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 <em>cbox-build</em>. However the following links may help you for specific problems: </p> <ul> <li><p> <a class="external" href="http://www.debian-administration.org/articles/125">Debian Administration: Building Debian CD-ROMS Part 1 - dfsbuild</a> </p> </li> <li><p> <a class="external" href="http://www.debian-administration.org/articles/149">Debian Administration: Getting in deep with dfsbuild</a> </p> </li> </ul> <h2 id="head-6e3d13fcf3a0765d2188125e9b0b0bcb95e50622">the kernel</h2> <p>The linux kernel for the <a href="CryptoBox.html">CryptoBox</a> is compiled statically. If you want to change it, you could follow this steps: </p> <ol type="1"> <li><p>get the sources: <tt>apt-get install kernel-tree-2.6.11</tt> (or the version of your choice) </p> </li> <li><p>copy the exisiting config file <em>kernel/config-2.6.11</em> as <em>.config</em> into your kernel source directory </p> </li> <li><p>build the debian kernel package <tt>make-kpkg --revision=1.dfs --rootcmd=fakeroot kernel_image</tt> </p> </li> <li><p>change the kernel in the <em>unpackdebs</em> setting in <em>dfs-cbox.conf</em> (see <a href="CryptoBoxDevCustomBuild.html">CryptoBoxDevCustomBuild</a> for details) </p> </li> </ol> <h2 id="head-e01e8e66ae77c00f4e9fa9bd190c3ff738540727">qemu</h2> <p><a class="external" 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="head-00c94b926ece7f2a601d696a8880f5e54155ce7a">alternative LiveCDs</h2> <p>We tried some other LiveCDs before we decided to use <a class="interwiki" title="DebianPackage" href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&subword=1&version=all&release=all&keywords=dfsbuild">dfsbuild</a>. The following pages describe their advantages and disadvantages as the base system for the <a href="CryptoBox.html">CryptoBox</a>: </p> <ul> <li><p> <a href="CryptoBoxKnoppixVerworfen.html">CryptoBoxKnoppixVerworfen</a> - Knoppix </p> </li> <li><p> <a href="CryptoBoxMorphixVerworfen.html">CryptoBoxMorphixVerworfen</a> - Morphix / IBuild </p> </li> </ul> <a id="bottom"></a> </div> <p id="pageinfo" class="info" lang="en" dir="ltr">last edited 2005-09-13 23:03:58 by <span title="">lars</span></p> </div> <!-- end page --> </div><!-- end of 'words' --> <div id="footer"> <a href="https://systemausfall.org/prj/cryptobox" title="Project page">CryptoBox-Home</a> The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a> </div> </div> </div> </body> </html>