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