1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
.\" Hey, EMACS: -*- nroff -*-
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.TH "fai-debconf" "1" "23 September 2008" "FAI 3" ""
.SH "NAME"
fai\-debconf \- set debconf values using classes
.SH "SYNOPSIS"
.B fai\-debconf
.RI [OPTION] " DIRECTORY"
.SH "DESCRIPTION"
This command is only called internally by FAI and not directly by the user.
fai\-debconf reads files in DIRECTORY which are also a defined
class. If the name of the class is a directory, all files in this
directory are read. The files must have the format of debconf\-get\-selections(1).
All this input is used to call debconf\-set\-selections(1). This is done
in the chroot environment, if the variable $ROOTCMD is set. After
setting the debconf values, dpkg\-reconfigure(8) is called for every
package which is installed and for which some debconf data was set.
.SH "OPTIONS"
.TP
.B \-h
Show help, version and summary of options.
.TP
.B \-s
Skip reconfiguration of packages. Only set values in debconf database.
.TP
.B \-v
Create verbose output.
.TP
.B \-d
Add additional debuging output. Implies the -v option.
.TP
.B \-f
Run dpkg\-reconfigure for all packages FAI has information on, not only for
those whose database entries were modified.
.SH "SEE ALSO"
.BR debconf\-get\-selections (1),
.BR debconf\-set\-selections (1),
.BR dpkg\-reconfigure (8)
.br
This program is part of FAI (Fully Automatic Installation). The FAI
homepage is http://fai\-project.org.
.SH "AUTHOR"
Written by Thomas Lange <lange@informatik.uni\-koeln.de>
|