2017-06-16 19:31:32 +00:00
|
|
|
From c75c918940b77108007e86e47e16b9a0fbcfdf5d Mon Sep 17 00:00:00 2001
|
2016-08-25 18:42:57 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Mon, 11 Jul 2016 13:36:45 -0400
|
2017-08-03 17:33:01 +00:00
|
|
|
Subject: [PATCH 148/177] fix machine type test in 30_os-prober.in
|
2016-08-25 18:42:57 +00:00
|
|
|
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
|
---
|
|
|
|
util/grub.d/30_os-prober.in | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
|
2017-06-16 19:31:32 +00:00
|
|
|
index dc98eace9..e40274fc0 100644
|
2016-08-25 18:42:57 +00:00
|
|
|
--- a/util/grub.d/30_os-prober.in
|
|
|
|
+++ b/util/grub.d/30_os-prober.in
|
|
|
|
@@ -144,6 +144,7 @@ for OS in ${OSPROBED} ; do
|
|
|
|
sixteenbit=""
|
|
|
|
linuxefi="linux"
|
|
|
|
initrdefi="initrd"
|
|
|
|
+ machine=`uname -m`
|
|
|
|
case "$machine" in
|
|
|
|
i?86|x86_64)
|
|
|
|
sixteenbit="16"
|
|
|
|
--
|
2017-08-03 17:33:01 +00:00
|
|
|
2.13.3
|
2016-08-25 18:42:57 +00:00
|
|
|
|