]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mkinitrd-suse.sh: Fix i586 platform detection
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 7 Apr 2020 10:27:30 +0000 (12:27 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 7 Apr 2020 19:10:43 +0000 (21:10 +0200)
Reference: boo#1168341

mkinitrd-suse.sh

index db2eb188684d2b9379a322f2c7079d6f7fbfd715..708c4e679e583df82f0e74625e70dc8f2d65db3e 100755 (executable)
@@ -171,7 +171,7 @@ default_kernel_images() {
         ppc|ppc64)
             regex='vmlinux'
             ;;
-        i386|x86_64)
+        i?86|x86_64)
             regex='vmlinuz'
             ;;
         arm*)