]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Remove stale TODO.
authorAndrey Borzenkov <arvidjaar@gmail.com>
Mon, 10 Dec 2012 16:00:56 +0000 (17:00 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 10 Dec 2012 16:00:56 +0000 (17:00 +0100)
ChangeLog
util/grub-install.in

index 8bd581e0ab971bce8cda9b8a56845bf10521a9a6..0b57abffdf9ef7ae1b0f7ab30e3a0755fdbf70e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-10  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * util/grub-install.in: Remove stale TODO.
+
 2012-12-10  Paulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
 
        * grub-core/kern/ieee1275/init.c (grub_machine_get_bootlocation): Use
index 56be98f12e2e88e5e9c9c19e6334423911d1d69a..a2cf07a7f54d0eb7a64ad4bd984c474439500511 100644 (file)
@@ -486,8 +486,6 @@ if [ x"$grub_modinfo_platform" = xefi ]; then
                *)
                    efi_file=grub.efi ;;
            esac
-          # TODO: We should also use efibootmgr, if available, to add a Boot
-          # entry for ourselves.
        fi
        efidir="$efidir/EFI/$efi_distributor"
        mkdir -p "$efidir" || exit 1