From 57b66911b78e2459a1bd0cf8fb0b656653997083 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 10 Feb 2022 20:06:01 +0100 Subject: [PATCH] fix locale-gen on aarch64 server script --- usr/bin/archboot-aarch64-pacman-chroot-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-aarch64-pacman-chroot-tarball.sh b/usr/bin/archboot-aarch64-pacman-chroot-tarball.sh index e70e02afa..c605cf4c6 100755 --- a/usr/bin/archboot-aarch64-pacman-chroot-tarball.sh +++ b/usr/bin/archboot-aarch64-pacman-chroot-tarball.sh @@ -61,7 +61,7 @@ rm "${_DIR}/${_PACMAN_CHROOT}/etc/resolv.conf" echo "nameserver 8.8.8.8" > "${_DIR}/${_PACMAN_CHROOT}/etc/resolv.conf" echo "Clean container, delete not needed files from ${_DIR}/${_PACMAN_CHROOT} ..." rm -r "${_DIR}/${_PACMAN_CHROOT}"/usr/include -rm -r "${_DIR}/${_PACMAN_CHROOT}"/usr/share/{man,doc,info,locale} +rm -r "${_DIR}/${_PACMAN_CHROOT}"/usr/share/{man,doc,info} echo "Generating tarball ..." tar -acf ${_PACMAN_CHROOT}-latest.tar.zst -C "${_DIR}"/"${_PACMAN_CHROOT}" . echo " Removing ${_DIR} ..."