mkinitrd-suse.sh: Fix i586 platform detection

Reference: boo#1168341
master
Daniel Molkentin 2020-04-07 12:27:30 +02:00 committed by Harald Hoyer
parent b8a92b7156
commit 3b626094bd
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ default_kernel_images() {
ppc|ppc64)
regex='vmlinux'
;;
i386|x86_64)
i?86|x86_64)
regex='vmlinuz'
;;
arm*)