23767ef
From 939ff26ad26a6d3d17eb4d02a6c4cd263a3b107f Mon Sep 17 00:00:00 2001
9d15b4d
From: Peter Jones <pjones@redhat.com>
9d15b4d
Date: Mon, 11 Jul 2016 13:36:45 -0400
88d8557
Subject: [PATCH 163/194] 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
bc092b9
index dc98eace9..e40274fc0 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
-- 
88d8557
2.13.5
9d15b4d