[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[d-i] Problems with various debconf templates



Hi,

as explained by Joey Hess in
  http://lists.debian.org/debian-boot/2002/debian-boot-200205/msg00680.html
there should be no reference to "yes" or "no" options when answering to a
boolean question.  The following templates are concerned:
  tools/autopartkit/debian/templates
  tools/cdrom-detect/debian/templates

Also in retriever/choose-mirror/debian/templates the mirror list is set via
a variable, which certainly make its translation impossible.

And eventually, netcfg template generation is broken, English file must be
the last argument of debconf-mergetemplate.
The simplest solution is to rename .templates.en files into .templates
and then run (in debian/rules)
  debconf-mergetemplate debian/template/netcfg-$$TYPE.templates.?? \
                        debian/template/netcfg-$$TYPE.templates.??_?? \
			debian/template/netcfg-$$TYPE.templates

Denis



Reply to: