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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user