[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix grub-install efibootmgr presence test with --removable
From: |
Leif Lindholm |
Subject: |
Re: [PATCH] fix grub-install efibootmgr presence test with --removable |
Date: |
Fri, 10 May 2013 15:16:42 +0000 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Fri, May 10, 2013 at 04:57:38PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> > 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).
> >
>
> This patch would simply ignore the problem. I comitted another fix which
> is cleaner.
It wouldn't ignore the problem, since the test following explicitly
checked whether $efibootmgr is nonzero length.
But I agree your fix is cleaner.
/
Leif