2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-02 09:19:39 +00:00

Add MokManager to genesis

This commit is contained in:
Jarrod Johnson
2026-05-22 10:53:46 -04:00
parent 9b9333106e
commit fe6b3ca277
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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