2018-07-10 19:08:14 +00:00
|
|
|
From 1318d9c6aca4cf6cccb9388694cb84df5d662c13 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
|
2018-07-10 18:39:10 +00:00
|
|
|
Subject: [PATCH] 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
|
2018-02-27 18:56:41 +00:00
|
|
|
index dc98eace934..e40274fc0f4 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"
|