From a7c73e9faabaed9f4689becb0ef6dcea566626e3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 26 Aug 2023 21:54:54 +0200 Subject: [PATCH] simplify release.sh --- 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 55c3dbee6..194066b90 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -35,7 +35,7 @@ _create_iso() { archboot-"${_ARCH}"-create-container.sh "${_W_DIR}" -cc --install-source="${2}" || exit 1 _create_archboot_db "${_W_DIR}${_CACHEDIR}" . ${_W_DIR}/etc/archboot/presets/${_ARCH} - _KERNEL_VERSION="$(${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /usr/lib/archboot/common.sh; _kver ${ALL_kver}" + _KERNEL_VERSION="$(${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /usr/lib/archboot/common.sh; _kver ${ALL_kver}")" _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-${_KERNEL_VERSION}" # riscv64 does not support kexec at the moment if ! [[ "${_ARCH}" == "riscv64" ]]; then