forked from kernelbugs/kernel-source
commit 713a73c139f83ba0a220ab9e19fb8c7d7c7e4fa7
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7399
This commit is contained in:
committed by
Git OBS Bridge
parent
a0d2cdbd0f
commit
24783e6b73
@@ -398,10 +398,9 @@ add_vmlinux()
|
||||
# architecture specifics
|
||||
%ifarch %ix86 x86_64
|
||||
add_vmlinux --compressed
|
||||
%if %build_xen
|
||||
image=vmlinuz
|
||||
%else
|
||||
image=bzImage
|
||||
%if %build_xen
|
||||
test -f arch/x86/boot/$image || image=vmlinuz
|
||||
%endif
|
||||
cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor
|
||||
image=vmlinuz
|
||||
|
||||
Reference in New Issue
Block a user