forked from pool/libguestfs
- correct initrd filename on i586 (bnc#794819)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=170
This commit is contained in:
parent
cbc2ab9c2a
commit
b473d0c552
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 17 23:48:22 CET 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- correct initrd filename on i586 (bnc#794819)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 13 17:09:48 CET 2012 - ohering@suse.de
|
Thu Dec 13 17:09:48 CET 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -579,7 +579,7 @@ mkdir mkinitrd/boot_tmp
|
|||||||
kver=`env PATH=/sbin:/usr/sbin:$PATH get_kernel_version /boot/vmlinuz`
|
kver=`env PATH=/sbin:/usr/sbin:$PATH get_kernel_version /boot/vmlinuz`
|
||||||
arch=`arch`
|
arch=`arch`
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
arch=i686 #?
|
arch=i586
|
||||||
%endif
|
%endif
|
||||||
cp -avL /boot/vmlinuz mkinitrd/boot_tmp/vmlinuz.${arch}
|
cp -avL /boot/vmlinuz mkinitrd/boot_tmp/vmlinuz.${arch}
|
||||||
cp -avL /boot/System.map-${kver} mkinitrd/boot_tmp
|
cp -avL /boot/System.map-${kver} mkinitrd/boot_tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user