forked from pool/suse-module-tools
Accepting request 232795 from Base:System
(forwarded request 232773 from jones_tony) OBS-URL: https://build.opensuse.org/request/show/232795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=11
This commit is contained in:
commit
0f2774539e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 5 17:15:37 UTC 2014 - tonyj@suse.com
|
||||||
|
|
||||||
|
- Add support for ARM zImage to weak-modules2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 15 14:32:55 UTC 2014 - mmarek@suse.cz
|
Tue Apr 15 14:32:55 UTC 2014 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -347,7 +347,7 @@ run_depmod_and_mkinitrd() {
|
|||||||
fi
|
fi
|
||||||
if needs_mkinitrd $krel; then
|
if needs_mkinitrd $krel; then
|
||||||
local image
|
local image
|
||||||
for x in vmlinuz image vmlinux linux bzImage uImage Image; do
|
for x in vmlinuz image vmlinux linux bzImage uImage Image zImage; do
|
||||||
if [ -f /boot/$x-$krel ]; then
|
if [ -f /boot/$x-$krel ]; then
|
||||||
image=$x
|
image=$x
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user