add normal to image generation

This commit is contained in:
Tobias Powalowski 2022-03-20 15:17:25 +01:00
parent 75e0efcebd
commit 11eefcb830

View file

@ -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