From 7d90f629eacf98a4b487c25812115b4569a87687 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 11 Jun 2022 12:38:08 +0200 Subject: [PATCH] remove old _generate_locales --- usr/bin/archboot-x86_64-create-container.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/bin/archboot-x86_64-create-container.sh b/usr/bin/archboot-x86_64-create-container.sh index 20600d533..a32d65f46 100755 --- a/usr/bin/archboot-x86_64-create-container.sh +++ b/usr/bin/archboot-x86_64-create-container.sh @@ -18,7 +18,6 @@ _clean_cache "${1}" _install_archboot "${1}" || exit 1 _clean_cache "${1}" _umount_special "${1}" || exit 1 -_generate_locales "${1}" _fix_groups "${1}" _clean_container "${1}" _clean_archboot_cache