From fe6b3ca27703af6948a767650fc098ba6861df9f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 22 May 2026 10:53:46 -0400 Subject: [PATCH] Add MokManager to genesis --- genesis/buildgenesis.sh | 1 + genesis/confluent-genesis.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/genesis/buildgenesis.sh b/genesis/buildgenesis.sh index 8d34b9d8..4eb084a0 100644 --- a/genesis/buildgenesis.sh +++ b/genesis/buildgenesis.sh @@ -57,6 +57,7 @@ echo /opt/confluent/genesis/%{arch}/licenses/libbpf >> confluent-genesis-out.spe cp -f /boot/vmlinuz-$(uname -r) boot/kernel cp /boot/efi/EFI/BOOT/BOOTX64.EFI boot/efi/boot find /boot/efi -name grubx64.efi -exec cp {} boot/efi/boot/grubx64.efi \; +find /boot/efi -name mmx64.efi -exec cp {} boot/efi/boot/mmx64.efi \; mkdir -p ~/rpmbuild/SOURCES/ tar cf ~/rpmbuild/SOURCES/confluent-genesis.tar boot rpmlist licenses rpmbuild -bb confluent-genesis-out.spec diff --git a/genesis/confluent-genesis.spec b/genesis/confluent-genesis.spec index 27880206..a7be427e 100644 --- a/genesis/confluent-genesis.spec +++ b/genesis/confluent-genesis.spec @@ -31,5 +31,6 @@ find . -type f -exec chmod -x {} + /opt/confluent/genesis/%{arch}/rpmlist /opt/confluent/genesis/%{arch}/boot/efi/boot/BOOTX64.EFI /opt/confluent/genesis/%{arch}/boot/efi/boot/grubx64.efi +/opt/confluent/genesis/%{arch}/boot/efi/boot/mmx64.efi /opt/confluent/genesis/%{arch}/boot/initramfs/distribution /opt/confluent/genesis/%{arch}/boot/kernel