From 5c06c66b6831d767b2fefa2fe48e32c864f60b59 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Apr 2012 13:28:17 +0000 Subject: [PATCH] * Clear more locale-related variables in the installer. svn path=/nixos/trunk/; revision=33722 --- modules/installer/tools/nixos-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/installer/tools/nixos-install.sh b/modules/installer/tools/nixos-install.sh index 428fdbb9c86..21afeafce1f 100644 --- a/modules/installer/tools/nixos-install.sh +++ b/modules/installer/tools/nixos-install.sh @@ -95,6 +95,8 @@ done # We don't have locale-archive in the chroot, so clear $LANG. export LANG= +export LC_ALL= +export LC_TIME= # Register the paths in the Nix closure as valid. This is necessary