TODO for bootstrap / pbuilder config.

(no particular order)

note: pbuilder bug - default mirror does not include deb-src version.
	also: gnupg needs the user directory and to be run once for
	dpkg-source! :-(
	also need apt-get build-dep if using emchain

inherit devscripts config from user so that -uc -us gets passed
use apt-cross to get target dependencies
use apt-get to install build dependencies
compress jail into a tarball
keep jail intact (dump results of each build)
copy build log and built files out of jail/ before compressing
define parameters - inherit from pbuilderrc
pass export LANG= and export LC_ALL= from the user locale.

The objective is to have a minimal base.tgz that contains a full
Emdebian build environment which can emdebianise and cross-build
packages inside a chroot. Changes to the chroot can be discarded,
just as with pbuilder, allowing dependencies to be tested. The main
benefit is that packages can be built without having to install
long chains of cross dependencies via apt-cross or dpkg-cross on 
the main system.

The same code should also be able to create a native chroot so that
the cross-built packages can be installed alongside each other for
more testing. These chroots have already been tested and instructions
exist in the Wiki. http://wiki.debian.org/EmDebian/CrossDebootstrap

http://lists.debian.org/debian-embedded/2007/01/msg00099.html


just put localhost entries in /etc/hosts, and make the hostname "emdebian-arm" or something.

sort out reboot
CONFIG_INIT
CONFIG_HALT
pkgdetails.c  (debootstrap source)
busybox

# Init Utilities
#
# CONFIG_INIT is not set
# CONFIG_FEATURE_USE_INITTAB is not set
# CONFIG_FEATURE_INIT_SCTTY is not set
# CONFIG_FEATURE_EXTRA_QUIET is not set
# CONFIG_FEATURE_INIT_COREDUMPS is not set
# CONFIG_FEATURE_INITRD is not set
# CONFIG_HALT is not set
# CONFIG_MESG is not set
config-deb - take settings from config-udeb

