forked from pool/suse-module-tools
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:
parent
f2e5fdabd5
commit
a5b64e9eac
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user