From ac664a88d10006d61f18805d47debb99e2a9f7c0 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 2 Jun 2012 15:09:33 +0200 Subject: [PATCH] fix locale.conf UTF-8 --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 67f148384..9500b4d2c 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -5222,7 +5222,7 @@ auto_systemd () { echo "myhostname" > ${DESTDIR}/etc/hostname fi if [[ ! -f ${DESTDIR}/etc/locale.conf ]]; then - echo "LANG=en_US.utf8" > ${DESTDIR}/etc/locale.conf + echo "LANG=en_US.UTF-8" > ${DESTDIR}/etc/locale.conf echo "LC_COLLATE=C" >> ${DESTDIR}/etc/locale.conf fi fi