fix latest isos

This commit is contained in:
Tobias Powalowski 2023-08-28 11:15:28 +02:00
parent 17e3ea534a
commit b713a4c71b

View file

@ -108,8 +108,7 @@ _clean_archboot() {
}
_collect_files() {
_KVER=$(_kver "${_RAM}/${_VMLINUZ}")
${_NSPAWN} "${_W_DIR}" /bin/bash -c "umount tmp;archboot-cpio.sh -k ${_KVER} -c ${_CONFIG} -d /tmp" >"${_LOG}" 2>&1
${_NSPAWN} "${_W_DIR}" /bin/bash -c "umount tmp;archboot-cpio.sh -k "${_RAM}/${_VMLINUZ}" -c ${_CONFIG} -d /tmp" >"${_LOG}" 2>&1
rm "${_W_DIR}"/.archboot
}