9d15b4d
From be4d338b0c086e9cbbd2d353cd88abad67c000c9 Mon Sep 17 00:00:00 2001
9d15b4d
From: Peter Jones <pjones@redhat.com>
9d15b4d
Date: Mon, 11 Jul 2016 13:36:45 -0400
1b23a22
Subject: [PATCH 85/90] fix machine type test in 30_os-prober.in
9d15b4d
9d15b4d
Signed-off-by: Peter Jones <pjones@redhat.com>
9d15b4d
---
9d15b4d
 util/grub.d/30_os-prober.in | 1 +
9d15b4d
 1 file changed, 1 insertion(+)
9d15b4d
9d15b4d
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
9d15b4d
index dc98eac..e40274f 100644
9d15b4d
--- a/util/grub.d/30_os-prober.in
9d15b4d
+++ b/util/grub.d/30_os-prober.in
9d15b4d
@@ -144,6 +144,7 @@ for OS in ${OSPROBED} ; do
9d15b4d
   sixteenbit=""
9d15b4d
   linuxefi="linux"
9d15b4d
   initrdefi="initrd"
9d15b4d
+  machine=`uname -m`
9d15b4d
   case "$machine" in
9d15b4d
     i?86|x86_64)
9d15b4d
       sixteenbit="16"
9d15b4d
-- 
7ec92ff
2.9.3
9d15b4d