Replace UKI_secureboot_name
This commit is contained in:
parent
c6475043a1
commit
ae3f6a4840
15
config.yaml
15
config.yaml
@ -420,6 +420,21 @@ actions:
|
||||
%define pesign_name_0 almalinuxsecureboot0
|
||||
count: 1
|
||||
|
||||
- target: "spec"
|
||||
find: |
|
||||
%if 0%{?centos}
|
||||
UKI_secureboot_name=centossecureboot204
|
||||
UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer
|
||||
%else
|
||||
# RHEL only builds UKI for x86
|
||||
UKI_secureboot_name=redhatsecureboot504
|
||||
UKI_secureboot_cert=%{SOURCE153}
|
||||
%endif
|
||||
replace: |
|
||||
UKI_secureboot_name=%{pesign_name_0}
|
||||
UKI_secureboot_cert=%{_datadir}/pki/sb-certs/secureboot-uki-virt-%{_arch}.cer
|
||||
count: 1
|
||||
|
||||
- run_script:
|
||||
- script: "create_symlinks.sh"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user