From 17f08c28e1077639916cf83e5f8f855f9712ccae Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Jul 2024 23:13:32 +0200 Subject: [PATCH] bump to latest version --- usr/lib/archboot/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index dc9125f4c..e3d4d5565 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -41,7 +41,7 @@ _create_iso() { . "${_W_DIR}/etc/archboot/${_ARCH}.conf" _KERNEL="$(echo ${_W_DIR}/${_KERNEL})" #shellcheck disable=SC2116,SC2046,SC2027,2086 - _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${_W_DIR}/${_KERNEL})" + _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-$(_kver ${_KERNEL})" if ! [[ "${_RUNNING_ARCH}" == "${_ARCH}" ]]; then ### to speedup build for riscv64 and aarch64 on x86_64, run compressor on host system echo "Generating initramdisks..."