forked from rpms/kernel
Debrand SBAT for UKI
This commit is contained in:
parent
6e4309ddd8
commit
1235e507e4
@ -2441,13 +2441,13 @@ BuildKernel() {
|
||||
sed -i 's/\x0.*$//' $KernelUnifiedImage.sbat
|
||||
# Add RHEL/CentOS specific entries
|
||||
%if 0%{?centos}
|
||||
SBATsuffix="centos"
|
||||
SBATsuffix="almalinux"
|
||||
%else
|
||||
SBATsuffix="rhel"
|
||||
SBATsuffix="almalinux"
|
||||
%endif
|
||||
echo "linux,1,Red Hat,linux,$KernelVer,https://bugzilla.redhat.com/" >> $KernelUnifiedImage.sbat
|
||||
echo "linux.$SBATsuffix,1,Red Hat,linux,$KernelVer,https://bugzilla.redhat.com/" >> $KernelUnifiedImage.sbat
|
||||
echo "kernel-uki-virt.$SBATsuffix,1,Red Hat,kernel-uki-virt,$KernelVer,https://bugzilla.redhat.com/" >> $KernelUnifiedImage.sbat
|
||||
echo "linux,1,AlmaLinux,linux,$KernelVer,https://bugs.almalinux.org/" >> $KernelUnifiedImage.sbat
|
||||
echo "linux.$SBATsuffix,1,AlmaLinux,linux,$KernelVer,https://bugs.almalinux.org/" >> $KernelUnifiedImage.sbat
|
||||
echo "kernel-uki-virt.$SBATsuffix,1,AlmaLinux,kernel-uki-virt,$KernelVer,https://bugs.almalinux.org/" >> $KernelUnifiedImage.sbat
|
||||
# Remove the original .sbat section
|
||||
objcopy --remove-section .sbat $KernelUnifiedImage
|
||||
# Get the end of the last section
|
||||
|
Loading…
Reference in New Issue
Block a user