2006-05-12 18:47:06 +02:00
< div class = "wikipage" >
< div id = "searchable" > < p >
< div class = 'wiki-toc' >
< h4 > Table of Contents< / h4 >
< ol >
2006-05-15 11:38:36 +02:00
< li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#Overview" > Overview< / a > < / li >
< li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#Settings" > Settings< / a > < / li >
< ol > < li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#dfsbuildsettings" > dfsbuild settings< / a > < / li >
< li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#CryptoBoxdevelopmentconfiguration" > CryptoBox development configuration< / a > < / li >
< li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#SSHconnection" > SSH connection< / a > < / li >
< li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#qemunetworkconfiguration" > qemu network configuration< / a > < / li >
< / ol > < li > < a href = "?action=doc&page=CryptoBoxDevCustomBuild&weblang=en#Comments" > Comments< / a > < / li >
2006-05-12 18:47:06 +02:00
< / ol >
< / div >
< / p >
< p >
2006-05-15 11:38:36 +02:00
< strong > Navigation:< / strong > ( < a href = "?action=doc&page=CryptoBoxDev&weblang=en" > CryptoBoxDev< / a > , < a href = "?action=doc&page=CryptoBoxDevBackground&weblang=en" > CryptoBoxDevBackground< / a > , < a href = "/trac/cryptobox/wiki/CryptoBoxDevPreparation" > CryptoBoxDevPreparation< / a > , < a href = "/trac/cryptobox/wiki/CryptoBoxDevWorkFlow" > CryptoBoxDevWorkFlow< / a > )
2006-05-12 18:47:06 +02:00
< / p >
< hr / >
< h1 id = "CustombuildsoftheCryptoBox" > Custom builds of the CryptoBox< / h1 >
< h2 id = "Overview" > Overview< / h2 >
< p >
2006-05-15 11:38:36 +02:00
The following sections are useful, if you want to change the default settings of your personal < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a > development environment.
2006-05-12 18:47:06 +02:00
< / p >
< p >
2006-05-15 11:38:36 +02:00
You should have completed the steps described in < a href = "?action=doc&page=CryptoBoxDevPreparation&weblang=en" > CryptoBoxDevPreparation< / a > .
2006-05-12 18:47:06 +02:00
< / p >
< h2 id = "Settings" > Settings< / h2 >
< h3 id = "dfsbuildsettings" > dfsbuild settings< / h3 >
< p >
All settings for < i > dfsbuild< / i > can be found in < a href = "/trac/cryptobox/browser/trunk/etc-defaults.d/dfs-cbox.conf" > etc-defaults.d/dfs-cbox.conf< / a > .
< / p >
< p >
If you want to change any of them, you should do the following:
< / p >
< ol > < li > copy < i > etc-defaults.d/dfs-cbox.conf< / i > file to < i > etc-local.d/< / i >
< / li > < li > change < i > etc-local.d/dfs-cbox.conf< / i > according to your needs
< / li > < / ol > < p >
This allows you to use your own (personal) settings, without interfering with files under version control.
< / p >
< h3 id = "CryptoBoxdevelopmentconfiguration" > CryptoBox development configuration< / h3 >
< p >
2006-05-15 11:38:36 +02:00
Some settings regarding the building, configuring and validating of the < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a > can be found in < a href = "/trac/cryptobox/browser/trunk/etc-defaults.d/cbox-dev.conf" > etc-defaults.d/cbox-dev.conf< / a > .
2006-05-12 18:47:06 +02:00
< / p >
< p >
If you want to change any of them, you should do the following:
< / p >
< ol > < li > copy < i > etc-defaults.d/cbox-dev.conf< / i > file to < i > etc-local.d/< / i >
< / li > < li > change < i > etc-local.d/cbox-dev.conf< / i > according to your needs
< / li > < / ol > < h3 id = "SSHconnection" > SSH connection< / h3 >
< p >
2006-05-15 11:38:36 +02:00
The file < a href = "/trac/cryptobox/browser/trunk/etc-defaults.d/ssh_config" > ssh_config< / a > is used to establish a connection to a running < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a > system.
2006-05-12 18:47:06 +02:00
< / p >
< p >
It can be necessary to change these settings, if:
< / p >
2006-05-15 11:38:36 +02:00
< ul > < li > you do not want to use the default IP for the < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a >
< / li > < li > or the < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a > is not within your local network.
2006-05-12 18:47:06 +02:00
< / li > < / ul > < p >
If you want to change some settings, you should do the following:
< / p >
< ol > < li > copy < i > etc-defaults.d/ssh_config< / i > file to < i > etc-local.d/< / i >
< / li > < li > change < i > etc-local.d/ssh_config< / i > according to your needs
< / li > < / ol > < h3 id = "qemunetworkconfiguration" > qemu network configuration< / h3 >
< p >
2006-05-15 11:38:36 +02:00
The file < a href = "/trac/cryptobox/browser/trunk/etc-defauolts.d/qemu-ifup" > etc-defauolts.d/qemu-ifup< / a > is used for the < a href = "?action=doc&page=CryptoBox&weblang=en" > CryptoBox< / a > emulation with < i > qemu< / i > . See < i > man qemu< / i > for details.
2006-05-12 18:47:06 +02:00
< / p >
< p >
If you want to change some settings, you should do the following:
< / p >
< ol > < li > copy < i > etc-defaults.d/qemu-ifup< / i > file to < i > etc-local.d/< / i >
< / li > < li > change < i > etc-local.d/qemu-ifup< / i > according to your needs
< / li > < / ol > < hr / >
< h2 id = "Comments" > Comments< / h2 >
< p >
< / div >
< / div >