diff --git a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/openrc/env.d/02locale b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/openrc/env.d/02locale index 4ffa5afa0..198450e31 100644 --- a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/openrc/env.d/02locale +++ b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-apps/openrc/env.d/02locale @@ -1,3 +1,3 @@ # Calculate format=openrc protected -LANG="#-os_install_locale_lang-#".UTF-8 +LANG="#-os_install_locale_locale-#" LC_NUMERIC=POSIX diff --git a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-boot/grub/update-grub b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-boot/grub/update-grub index 09b6d937b..d7bd48b0b 100644 --- a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-boot/grub/update-grub +++ b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-boot/grub/update-grub @@ -36,7 +36,7 @@ grep_modules() { before_mods=( $(grep_modules) ) #?ac_install_disk==on# -LANG=#-install.os_install_locale_lang-#.UTF-8 /bin/chroot #-cl_chroot_path-# grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null +LANG=#-install.os_install_locale_locale /bin/chroot #-cl_chroot_path-# grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null #!ac_install_disk# /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null #ac_install_disk# diff --git a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-libs/glibc/locale.gen b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-libs/glibc/locale.gen index 995a6c58e..2af0ad088 100644 --- a/profiles/templates/3.6/3_ac_install_live/1-merge/sys-libs/glibc/locale.gen +++ b/profiles/templates/3.6/3_ac_install_live/1-merge/sys-libs/glibc/locale.gen @@ -1,6 +1,6 @@ # Calculate comment=# -#?os_install_locale_lang!=en_US# +#?os_install_locale_locale!=en_US.utf8# en_US.UTF-8 UTF-8 -#os_install_locale_lang# -#-os_install_locale_lang-#.UTF-8 UTF-8 +#os_install_locale_locale# +#-os_install_locale_locale-# UTF-8