SHA256
1
0
forked from pool/libguestfs

another /boot/vmlinuz replaced with kernel_binary

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=182
This commit is contained in:
Olaf Hering 2013-01-03 16:13:21 +00:00 committed by Git OBS Bridge
parent e6068b9afc
commit 2cf70258a5

View File

@ -605,7 +605,7 @@ arch=`arch`
%ifarch %ix86
arch=i586
%endif
cp -avL /boot/vmlinuz mkinitrd/boot_tmp/vmlinuz.${arch}
cp -avL '%{kernel_binary}' mkinitrd/boot_tmp/vmlinuz.${arch}
cp -avL /boot/System.map-${kver} mkinitrd/boot_tmp
%if 0
# [Bug 778149] mkinitrd does not copy links correctly