Browse Source

mkinitrd-suse.sh: Fix i586 platform detection

Reference: boo#1168341
master
Daniel Molkentin 5 years ago committed by Harald Hoyer
parent
commit
3b626094bd
  1. 2
      mkinitrd-suse.sh

2
mkinitrd-suse.sh

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

Loading…
Cancel
Save