diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 498e51a30..f3b78f2b5 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -35,15 +35,15 @@ _create_iso() { echo "Remove lvm2 and openssh from container ${_W_DIR} ..." systemd-nspawn -D "${_W_DIR}" /bin/bash -c "pacman -Rdd lvm2 openssh --noconfirm" >/dev/null 2>&1 # generate latest tarball in container - echo "Generate latest ISO ..." + echo "Generate local ISO ..." # generate local iso in container systemd-nspawn -q -D "${_W_DIR}" /bin/bash -c "umount /tmp;archboot-${_ARCH}-iso.sh -g -p=${_PRESET_LOCAL} \ -i=archlinux-archboot-$(date +%Y.%m.%d-%H.%M)-local-${_ARCH}" || exit 1 rm -rf "${_W_DIR}"/var/cache/pacman/pkg/* + echo "Generate latest ISO ..." # generate latest iso in container systemd-nspawn -q -D "${_W_DIR}" /bin/bash -c "umount /tmp;archboot-${_ARCH}-iso.sh -g -p=${_PRESET_LATEST} \ -i=archlinux-archboot-$(date +%Y.%m.%d-%H.%M)-latest-${_ARCH}" || exit 1 - echo "Generate local ISO ..." # create Release.txt with included main archlinux packages echo "Generate Release.txt ..." (echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM";\