1
0

Accepting request 176955 from Base:System

- weak-modules{,2}: also look for Image-$krel for aarch64 (forwarded request 176947 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/176955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-module-tools?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-06-05 11:16:06 +00:00 committed by Git OBS Bridge
commit bfd6dbd973
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 29 12:44:00 UTC 2013 - schwab@suse.de
- weak-modules{,2}: also look for Image-$krel for aarch64
-------------------------------------------------------------------
Sun Mar 17 20:04:12 UTC 2013 - crrodriguez@opensuse.org

View File

@ -311,7 +311,7 @@ for krel in ${!changed_initrd_*}; do
[ -e /boot/System.map-$krel ] || continue
image=
for x in vmlinuz image vmlinux linux bzImage uImage; do
for x in vmlinuz image vmlinux linux bzImage uImage Image; do
if [ -f /boot/$x-$krel ]; then
image=$x
break

View File

@ -338,7 +338,7 @@ run_depmod_and_mkinitrd() {
fi
if needs_mkinitrd $krel; then
local image
for x in vmlinuz image vmlinux linux bzImage uImage; do
for x in vmlinuz image vmlinux linux bzImage uImage Image; do
if [ -f /boot/$x-$krel ]; then
image=$x
break