Differences between revisions 89 and 90
Revision 89 as of 2006-09-23 05:50:18
Size: 8434
Editor: Strider22
Comment:
Revision 90 as of 2006-11-06 18:13:28
Size: 8519
Comment: Remove Debian-Desktop this isn't a CDD, this is a subproject. Add Sacix CDD.
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 * [http://www.debian.org/devel/debian-desktop Debian Desktop]:  * [http://www.sacix.org/ Sacix]: a CDD that provides the GNOME desktop for thin-clients through LTSP after installed (multiple profiles available).

?TableOfContents

Custom Debian Distributions

Terminology

The following terminology has settled in, thanks to various threads on debian-devel@lists.debian.org:

Custom Debian Distribution (CDD): a subset of Debian that is configured to support a particular target group out-of-the-box.

CDD in development: a distribution that is not yet a CDD but aims to become one. These are started with the explicit goal of improving Debian as a whole, consequently all extras they offer will either become part of Debian, or are temporary workarounds to solve a need of the target group which can't be solved within Debian yet.

Flavor: upon installation of a CDD there often is a choice, depending on the particular use, about what set of defaults to use. A flavor is the name of such a set. (e.g. Skolelinux has flavors for main-server, workstation, and thin-client-server)

Subproject: group of people within Debian working together on a common purpose. In most cases this common purpose is either some specific functionality (e.g. debian-multimedia) or a CDD (e.g debian-enterprise).

Communication

Mailinglist: discussions about ["CDDs"] currently take place on debian-custom@lists.debian.org mailing list, while old discussion passed on debian-devel, before the creation of d-custom list, has been put in http://people.debian.org/~kalfa/cdd/debian-devel

Irc: #debian-custom channel at irc.debian.org is present

wiki: used to document the outcome of discussions on the mailinglist.

Discussion page This wiki page can also be discussed at ["CustomDebian/Discussion"]

News

CDDs in Development (alphabetical):

CDDs in Discussion:

  • ["?BeBian"] (Debian as/for ["BeOS"])

  • ["Debian-eGov"] (Debian for Municipalities and Administrations)

Other Debian Customizations

Common Issues for CDDs

Automatic installation

Using the new DebianInstaller and a few hooks to get the partitioning we want and the packages we want installed into the hard drive. I'm fairly satisfied with this solution.

Installing the list of package we want

Using meta-packages (ie packages consisting only of dependencies) to install the packages we want. Used hooks in base-config to get them installed during first time installation. Not too happy about the meta-package approach, as it is fragile and break easily if some dependency is unavailable.

Preconfigure the packages we install

Using three different approaches: (1) use modularized/multilevel configuration were available (desktop-profiles, /etc/apache/conf.d, ...), (2) Load answers into the debconf database before the packages are installed using some home-make script, and (3) rewrite/replace configuration files using cfengine at the end of the installation if the package is unable to configure what we want using debconf.

I'm fairly satisfied with this solution, but am not sure if the method used to feed the debconf database is the best available. I believe the best option would be to extend all the packages we use to make it possible to configure everything we need using debconf answers, when they can't be made to do modularized/multilevel configuration.

Automatic X configuration

Using home-brewed script filling the debconf database, and then call dexconf from the ?"XFree86" package to generate the configuration file.

The Hardware detection info is fetched from various packages (discover, ["Kudzu"], detect, etc).

CD building

Using a heavily patched version of debian-cd to create the ["CDs"]. Most of the patches is to include the d-i boot floppies. This should now be possible with the standard version of debian-cd, but no one in Skolelinux have taken the time to update our copy of the scripts.

Note Also take a look at ["DebianCustomCD"] and DebianInstaller/Build. These provide instructions for the building of the actual cd's (rather than meta packages, and a most of the other issues mentioned in this page) -- DanielDickinson 2004-11-23

Configure default language for all users

Using a custom script to rewrite config files to modify the default language/locale.

Making simpler KDE / GNOME (XFree86) reaching and menus

Make a simplier way to elect the window desktop manager for ["XFree86"] (KDE/GNOME) by default or by selection on screen by the user (in a similar way to the ["LILO"] / ["Grub"] boot screens to select to partion to boot).

Working on a system to make simple menus and change the menu depending on the users group membership.

Working on the direct use of KDE programs in GNOME and viceversa (in a similar way to ["alien"]).

See also