Differences between revisions 20 and 21
Revision 20 as of 2004-10-29 12:47:48
Size: 3094
Editor: anonymous
Comment:
Revision 21 as of 2004-11-04 18:31:58
Size: 1571
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
and includes a complete example.
Line 14: Line 15:

= Preseeding language and country =
Since these questions come before the preseed udebs do their work, language and country can only be preseeded when the installer is booted, perhaps via a modified syslinux.cfg file.
Here's an example:
{{{
  languagechooser/language-name=French
  countrychooser/country-name-shortlist=France
  countrychooser/country-name=France
}}}

Of course you'd need to put those all on one line with the rest of the kernel parameters.
Apparently two values in countrychooser must be seeded (why?).

(In my testing today, I did not need to preseed chountrychooser/country-name if I preseeded countrychooser/country-name-shortlist="United States" -- joeyh)
Line 33: Line 20:
 * Fully commented example preseed file with many useful options http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/manual/en/install-methods/example-preseed.cfg


= Misc. Issues =
The manual suggests that you use debconf-get-selections (from package debconf-utils) to get a tempplate preseed file. This is a reasonable starting point, but it will need some edits.

I have had sereral problems with using that template:

 1. I got a syntax error for the lines that had items of type "title". I had to remove them.
(Should be fixed as of debconf 1.4.33 or 1.4.30.3 -- joeyh)
 1. You should change the value of base-config/main-menu to "debconf-seed". Leaving it as "finish" is quite pointless.
 1. You should probably change all the debconf/proirity values to "critical", as well as pass the boot parameter "DEBCONF_PRIORITY=critical" to the installer.

(Tzafrir)

Preseeding d-i

Most of the questions asked by DebianInstaller can be preseeded by setting the answers in the debconf database. This can be used to do automatic installs. This page gathers our collective knowledge on the topic, so please add any tips you have.

There are currently two main mechanisms to preseed debconf values. Values can be set on the installer's boot line, for example this is useful for testing the unstable version of the installer in a netboot install:

  linux mirror/suite=unstable

The preseed udebs can be used to load a file containing values to preseed, either from the network or local media. The installation manual explains how to set this up: http://d-i.alioth.debian.org/manual/en.i386/ch04s07.html#automatic-install and includes a complete example.

Note that most preseeding support has been added after rc1 of the installer.

Examples

Post here any links you have to example preseed files. Note that using any of these files directly is not wise, as a malicious person could probably come up with values for a preseed file that makes d-i misbehave. Also, the files are downloaded over http, so are vulnerable to man in the middle spoof attacks. The best way to use any preseed file is to copy it to your own local web server or media, and look it over before using it.

  • Joey Hess's modular/hierarchical preseed configuration, supporting installs via usb keychain or netboot with varying configurations for different machine types. http://kitenet.net/~joey/d-i/preseed