update uki.sh

This commit is contained in:
Tobias Powalowski 2024-09-07 12:45:31 +02:00
parent 955763a7b2
commit 2ee0b6b9e1

View file

@ -10,7 +10,7 @@ _root_check
_architecture_check
_config
echo "Starting UKI creation..."
_prepare_kernel_initramfs || exit 1
_prepare_initramfs || exit 1
_systemd_ukify || exit 1
_create_cksum || exit 1
_cleanup_uki || exit 1