1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Debian-Edu default answers to Debian debconf questions
======================================================
The format of these files are
<owner package> <debconf code> <question type> <new default answer>
The <debconf code> part is the Name part from
/var/cache/debconf/config.dat, and the <new default answer> is the
Value found in the same file.
The simplest way to find the correct entries is to configure the
package and then use debconf-get-selections to extract the values from
debconf.
Question type is one of boolean, note, select, multiselect and string.
Comments start with '#' in the first column.
|