Am Mittwoch, den 13.05.2015, 16:49 +0200 schrieb Thomas Lange: > But anyway, this is what works. > > Create the nfsroot WITHOUT installing the package locales (remove it > from /etc/fai/NFSROOT).
> This is my little script, that I run: > > echo "locales locales/default_environment_locale select de_DE.UTF-8" | > $ROOTCMD debconf-set-selections > echo "locales locales/locales_to_be_generated multiselect de_DE.UTF-8 UTF-8" > | $ROOTCMD debconf-set-selections > export DEBIAN_FRONTEND=noninteractive > $ROOTCMD aptitude -R -y install locales Thanks a lot! That is a viable workaround and looks very promising. I hoped to get something like this and will try it ASAP. Christian