[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix grub-install efibootmgr presence test with --removable
From: |
Leif Lindholm |
Subject: |
[PATCH] fix grub-install efibootmgr presence test with --removable |
Date: |
Thu, 9 May 2013 10:44:35 +0000 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
When executed for an EFI target, grub-install checks for the path of
efibootmgr - however, this utility is not required (or used) when
installing to a removable media (with --removable).
However, since grub-install does "set -e", the absence of efibootmgr
on the system causes the install script to exit with an error code,
without any message, after a successful installation.
(Found because I'm doing EFI builds on my chromebook.)
Trivial patch attached.
/
Leif
efibootmgr-check.patch
Description: Text Data
- [PATCH] fix grub-install efibootmgr presence test with --removable,
Leif Lindholm <=