* util/grub-install.in: Remove stale TODO.

This commit is contained in:
Andrey Borzenkov 2012-12-10 17:00:56 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 64ebd2f4b9
commit 600d5bdbf5
2 changed files with 4 additions and 2 deletions

View file

@ -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

View 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