From 70b53e471cd0b531c70f043cff5df7a47a4da5af Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 8 Feb 2023 09:22:24 +0100 Subject: [PATCH] add /etc/locale.gen f to fix archinstall --- usr/lib/initcpio/install/archboot_base_common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 9fac3af93..b35575eb3 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -59,6 +59,9 @@ build () map add_full_dir /usr/lib/coreutils /usr/lib/cryptsetup \ /usr/lib/gconv /usr/share/readline + ### make archinstall happy, add /etc/locale.gen + add_file /etc/locale.gen + ### add bash configuration add_file /etc/bash.bashrc # add bash-completion