Run update-m1n1 to generate boot.bin

This commit is contained in:
Davide Cavalca 2022-11-04 16:30:55 +00:00
parent 32ae41af9c
commit 80435b988d

View File

@ -88,4 +88,10 @@ rm -f /var/lib/rpm/__db*
# Workaround for https://github.com/OSInside/kiwi/issues/2192
touch /.autorelabel
#======================================
# Generate boot.bin
#======================================
mkdir -p /boot/efi/m1n1
update-m1n1 /boot/efi/m1n1/boot.bin
exit 0