fix syntax

This commit is contained in:
Tobias Powalowski 2023-08-26 16:14:14 +02:00
parent 9cd2e8eff6
commit 1b370968de

View file

@ -34,7 +34,7 @@ _create_iso() {
# create container # create container
archboot-"${_ARCH}"-create-container.sh "${_W_DIR}" -cc --install-source="${2}" || exit 1 archboot-"${_ARCH}"-create-container.sh "${_W_DIR}" -cc --install-source="${2}" || exit 1
_create_archboot_db "${_W_DIR}${_CACHEDIR}" _create_archboot_db "${_W_DIR}${_CACHEDIR}"
_KERNEL_VERSION="$(${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /usr/lib/archboot/common.sh; _kver $(grep 'kver' "${_W_DIR}/etc/archboot/presets/${_ARCH}" | cut -d '=' -f2)" _KERNEL_VERSION="$(${_NSPAWN} "${_W_DIR}" /bin/bash -c ". /usr/lib/archboot/common.sh; _kver $(grep 'kver' "${_W_DIR}/etc/archboot/presets/${_ARCH}" | cut -d '=' -f2)")"
_ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-${_KERNEL_VERSION}" _ISONAME="archboot-$(date +%Y.%m.%d-%H.%M)-${_KERNEL_VERSION}"
# riscv64 does not support kexec at the moment # riscv64 does not support kexec at the moment
if ! [[ "${_ARCH}" == "riscv64" ]]; then if ! [[ "${_ARCH}" == "riscv64" ]]; then