Setup

Configuration for debian-cd is stored in the file CONF.sh. This file is a shell script that is sourced in by the build scripts; options are set up in the file using standard shell syntax for environment variable handling.

The file that is shipped by default with debian-cd is well-commented, but is rather large and may be initimidating to new users. There are lots of options, but most of them have sane defaults and can be ignored in common use.

Necessary configuration

The key options that would always be configured by a user are:

Setting these options is sufficient to allow creation of a standard set of CDs for your architecture, that should look very similar to the official Debian builds. To actually start the build for one architecture, run build.sh $ARCH. To build for more architectures, run build_all.sh.

More advanced configuration

A larger set of options that might be commonly tweaked by users wanting to make different images include:

If you do tweak some of these options, it may take quite a few iterations of testing to get exactly what you're looking for. Be warned!

For more information and yet more configuration, please see the comments in the shipped CONF.sh file. Or, if in doubt, ask!


(c) Steve McIntyre <steve@einval.com>, December 2006. GPL v2
Prev - debian-cd requirements
Next - Running debian-cd to make some disc images