Debian-edu base-config override files
=====================================

This package overrides all Debian debconf questions to make sure the
Debian-edu CD can be installed non-interactively.

More info is available from <URL:http://developer.skolelinux.no/>.

 - Petter Reinholdtsen <pere@hungry.com>, 2002-01-06

How to get UTF-8 support in base-config
---------------------------------------

To use UTF-8 with debconf, one needs an upgraded debconf, whiptail
installed, and also to have liblocale-gettext-perl and
libtext-iconv-perl installed.

Extracting debconf values from d-i after installation
-----------------------------------------------------

Edit ~/.debconfrc to look like this:

  Config: configdb
  Templates: templatedb

  Name: configdb
  Driver: File
  Filename: /var/log/installer/cdebconf/questions.dat

  Name: templatedb
  Driver: File
  Mode: 644
  Filename: /var/log/installer/cdebconf/templates.dat

Then run debconf-get-selections.
