The virtual consoles were launching a bash not aware of locales.
svn path=/nixos/trunk/; revision=29882
This commit is contained in:
parent
62dede7121
commit
b5baad31d2
@ -62,6 +62,10 @@ with pkgs.lib;
|
|||||||
|
|
||||||
exec = "${pkgs.mingetty}/sbin/mingetty --loginprog=${pkgs.shadow}/bin/login --noclear ${tty}";
|
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);
|
}) config.services.mingetty.ttys);
|
||||||
|
|
||||||
environment.etc = singleton
|
environment.etc = singleton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user