448fa56b6a
- Make the release be 37 since 36 is the last one we actually built - Squash down the changelog for that as well - Fix some TPM errors on 32-bit (hdegoede) - More fixups to avoid compiler changes (pjones) - Put lsmmap into the EFI builds (pjones) Related: rhbz#1572126 Signed-off-by: Peter Jones <pjones@redhat.com>
26 lines
713 B
Diff
26 lines
713 B
Diff
From 4139fdfdb64fd248a0d5f200b27c583159dbb190 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Mon, 11 Jul 2016 13:36:45 -0400
|
|
Subject: [PATCH 161/246] fix machine type test in 30_os-prober.in
|
|
|
|
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 dc98eace934..e40274fc0f4 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"
|
|
--
|
|
2.17.1
|
|
|