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