fix uki script

This commit is contained in:
Tobias Powalowski 2024-09-05 20:32:50 +02:00
parent 0bd4ffc0d1
commit 89fb6523c0
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@ _prepare_ucode || exit 1
_prepare_background || exit 1
_prepare_osrelease || exit 1
_reproducibility || exit 1
_systemd_ukify || exit 1
_create_cksum || exit 1
_cleanup_uki || exit 1
echo "Finished UKI creation."

View file

@ -50,7 +50,6 @@ _config() {
}
_prepare_kernel_initramfs() {
mkdir -p "${_UKIDIR}"
# needed to hash the kernel for secureboot enabled systems
echo "Preparing kernel..."
install -m644 "${_KERNEL}" "${_UKIDIR}/kernel"