mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
dc178ac546
- Use version field to sort BLS entries if id field isn't defined - Add version field to BLS fragments generated by 20-grub.install Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
25 lines
713 B
Diff
25 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/238] 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.0
|
|
|