switch to _ARCH

This commit is contained in:
Tobias Powalowski 2023-07-25 14:04:06 +02:00
parent f605b26ee0
commit e330fb1a60

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/${_RUNNING_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}"
echo $_KERNEL_VERSION $_ISONAME echo $_KERNEL_VERSION $_ISONAME
# riscv64 does not support kexec at the moment # riscv64 does not support kexec at the moment