File: defaults.README

package info (click to toggle)
debian-edu-install 2.12.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: sh: 1,263; makefile: 105
file content (18 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
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.