1
0

Accepting request 176947 from home:Andreas_Schwab:Factory

- weak-modules{,2}: also look for Image-$krel for aarch64

OBS-URL: https://build.opensuse.org/request/show/176947
OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=5
This commit is contained in:
Marcus Meissner 2013-05-29 14:52:39 +00:00 committed by Git OBS Bridge
parent f2e5fdabd5
commit a5b64e9eac
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