diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index d1a4454de..729d6f479 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -192,10 +192,10 @@ _set_hostname() { } _enable_common_locales() { - exho "Enable common UTF-8 locales..." + echo "Enable common UTF-8 locales..." _LOCALES="C en_US de_DE es_ES fr_FR pt_PT ru_RU" for i in "${_LOCALES}"; do - echo "${i}.UTF-8" >> "${1}"/etc/locale.gen + echo "${i}.UTF-8 UTF-8" >> "${1}"/etc/locale.gen done ${_NSPAWN} "${1}" locale-gen &>/dev/null } diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index c0ab38f7c..9229c22ed 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -196,7 +196,8 @@ build () ${BUILDROOT}/usr/lib/tmpfiles.d/mkinitcpio.conf \ ${BUILDROOT}/usr/share/bash-completion/completions/lsinitcpio \ ${BUILDROOT}/usr/share/bash-completion/completions/mkinitcpio \ - ${BUILDROOT}/usr/share/bash-completion/completions/grub + ${BUILDROOT}/usr/share/bash-completion/completions/grub \ + ${BUILDROOT}/usr/lib/modules-load.d/cdrecord.conf ### fix licenses map add_file /usr/share/licenses/shadow/COPYING /usr/share/licenses/iana-etc/LICENSE \