From a5b64e9eac31b811d451d95669e1a5d38d71e22b224428adf256b306e7d90cd1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 29 May 2013 14:52:39 +0000 Subject: [PATCH] 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 --- suse-module-tools.changes | 5 +++++ weak-modules | 2 +- weak-modules2 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/suse-module-tools.changes b/suse-module-tools.changes index aef05f6..92311e1 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -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 diff --git a/weak-modules b/weak-modules index 93888a2..bd16121 100644 --- a/weak-modules +++ b/weak-modules @@ -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 diff --git a/weak-modules2 b/weak-modules2 index ac46c8f..b4a2fd1 100644 --- a/weak-modules2 +++ b/weak-modules2 @@ -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