From 16400b046851728cd63e0925377d0b3593fa1a52 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 20 Jul 2023 09:22:07 +0200 Subject: [PATCH] add man/info pages to locale repository --- usr/lib/archboot/release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 3525609d0..1c506b502 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -41,6 +41,8 @@ _create_iso() { # removing not working lvm2 from latest and local image first echo "Removing lvm2 from container ${_W_DIR}..." ${_NSPAWN} "${_W_DIR}" pacman -Rdd lvm2 --noconfirm &>/dev/null + echo "Downloading man-db man-pages texinfo to container ${_W_DIR}..." + ${_NSPAWN} "${_W_DIR}" pacman -Sw man-db man-pages texinfo --noconfirm &>/dev/null echo "Generating local ISO..." # generate local iso in container #if [[ "${_ARCH}" == "x86_64" ]]; then