From 11eefcb8303d3fe1b80296b250f6ba58762481f8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 20 Mar 2022 15:17:25 +0100 Subject: [PATCH] add normal to image generation --- usr/lib/archboot/release_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/release_functions b/usr/lib/archboot/release_functions index 611fd3830..ac3a2b9cd 100644 --- a/usr/lib/archboot/release_functions +++ b/usr/lib/archboot/release_functions @@ -28,7 +28,7 @@ _create_iso() { archboot-"${_ARCH}"-create-container.sh "${_W_DIR}" -cc --install-source="${2}" || exit 1 _create_archboot_db "${_W_DIR}"/var/cache/pacman/pkg # generate tarball in container, umount tmp it's a tmpfs and weird things could happen then - echo "Generate ISO ..." + echo "Generate normal ISO ..." # generate iso in container systemd-nspawn -q -D "${_W_DIR}" /bin/bash -c "umount /tmp;archboot-${_ARCH}-iso.sh -g" || exit 1 # remove not working lvm2 from latest image