nalika / rpms / grub2

Forked from rpms/grub2 2 years ago
Clone

Blame SOURCES/0065-util-grub-install.in-Remove-stale-TODO.patch

f96e0b
From 5ed1ee18ef11a1aa0922ce35f56e44cc0cab5da5 Mon Sep 17 00:00:00 2001
f96e0b
From: Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
Date: Mon, 10 Dec 2012 17:00:56 +0100
f96e0b
Subject: [PATCH 065/482] 	* util/grub-install.in: Remove stale TODO.
f96e0b
f96e0b
---
f96e0b
 ChangeLog            | 4 ++++
f96e0b
 util/grub-install.in | 2 --
f96e0b
 2 files changed, 4 insertions(+), 2 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 8bd581e..0b57abf 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,3 +1,7 @@
f96e0b
+2012-12-10  Andrey Borzenkov <arvidjaar@gmail.com>
f96e0b
+
f96e0b
+	* util/grub-install.in: Remove stale TODO.
f96e0b
+
f96e0b
 2012-12-10  Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
f96e0b
 
f96e0b
 	* grub-core/kern/ieee1275/init.c (grub_machine_get_bootlocation): Use
f96e0b
diff --git a/util/grub-install.in b/util/grub-install.in
f96e0b
index 56be98f..a2cf07a 100644
f96e0b
--- a/util/grub-install.in
f96e0b
+++ b/util/grub-install.in
f96e0b
@@ -486,8 +486,6 @@ if [ x"$grub_modinfo_platform" = xefi ]; then
f96e0b
 		*)
f96e0b
 		    efi_file=grub.efi ;;
f96e0b
 	    esac
f96e0b
-	   # TODO: We should also use efibootmgr, if available, to add a Boot
f96e0b
-	   # entry for ourselves.
f96e0b
 	fi
f96e0b
 	efidir="$efidir/EFI/$efi_distributor"
f96e0b
 	mkdir -p "$efidir" || exit 1
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b