From 17fb9f9b91d16e15db8832018766bf670e6553b7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 7 Sep 2024 15:36:40 +0200 Subject: [PATCH] fix release script --- usr/lib/archboot/common.sh | 4 ++-- usr/lib/archboot/release.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/archboot/common.sh b/usr/lib/archboot/common.sh index cdfb1b4bb..dabda043c 100644 --- a/usr/lib/archboot/common.sh +++ b/usr/lib/archboot/common.sh @@ -2,12 +2,12 @@ # SPDX-License-Identifier: GPL-3.0-or-later # created by Tobias Powalowski . /etc/archboot/defaults -_AMD_UCODE="/boot/amd-ucode.img" +_AMD_UCODE="boot/amd-ucode.img" _CACHEDIR="/var/cache/pacman/pkg" _CONFIG_DIR="/etc/archboot" _DLPROG="curl -L -s" _FIX_PACKAGES="libelf libevent talloc gcc-libs glibc glib2 icu pcre2 nss terminus-font" -_INTEL_UCODE="/boot/intel-ucode.img" +_INTEL_UCODE="boot/intel-ucode.img" _KERNELPKG="linux" _KEYRING="archlinux-keyring" _LABEL="Exit" diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index 105f70788..103e05713 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -132,7 +132,7 @@ _create_iso() { #shellcheck disable=SC2086 ${_NSPAWN} "${_W_DIR}" /usr/lib/systemd/ukify build --linux="${_KERNEL}" \ ${_INTEL_UCODE} ${_AMD_UCODE} --initrd="${initrd}" --cmdline="${_CMDLINE}" \ - --os-release=@"${_OSREL}" --splash="${_SPLASH}" --output="${_UKI}" || exit 1 + --os-release=@"${_OSREL}" --splash="${_SPLASH}" --output="${_UKI}" &>"${_NO_LOG}" || exit 1 done # fix permission and timestamp mv "${_W_DIR}"/boot ./