2016-08-25 18:42:57 +00:00
|
|
|
From be4d338b0c086e9cbbd2d353cd88abad67c000c9 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Mon, 11 Jul 2016 13:36:45 -0400
|
2016-12-02 21:19:02 +00:00
|
|
|
Subject: [PATCH 85/90] 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
|
|
|
|
index dc98eac..e40274f 100644
|
|
|
|
--- 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"
|
|
|
|
--
|
2016-12-01 22:10:14 +00:00
|
|
|
2.9.3
|
2016-08-25 18:42:57 +00:00
|
|
|
|