The virtual consoles were launching a bash not aware of locales.

svn path=/nixos/trunk/; revision=29882
This commit is contained in:
Lluís Batlle i Rossell 2011-10-18 21:44:35 +00:00
parent 62dede7121
commit b5baad31d2

View file

@ -62,6 +62,10 @@ with pkgs.lib;
exec = "${pkgs.mingetty}/sbin/mingetty --loginprog=${pkgs.shadow}/bin/login --noclear ${tty}";
environment = {
LOCALE_ARCHIVE = "/var/run/current-system/sw/lib/locale/locale-archive";
};
}) config.services.mingetty.ttys);
environment.etc = singleton