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:
parent
e6068b9afc
commit
2cf70258a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user