Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread Andrey Borzenkov
On Thu, Dec 5, 2013 at 9:56 AM, wrote: > > > Отправлено с iPhone > >> 04 дек. 2013 г., в 23:15, Colin Watson написал(а): >> >>> On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: >>> Tested successfully on i386-pc in a QEMU VM. >> >> Thanks. I made a slight mistake, though, and br

Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread arvidjaar
Отправлено с iPhone > 04 дек. 2013 г., в 23:15, Colin Watson написал(а): > >> On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: >> Tested successfully on i386-pc in a QEMU VM. > > Thanks. I made a slight mistake, though, and broke the case of > "grub-install '(hd0)'", which is

Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread Colin Watson
On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: > Tested successfully on i386-pc in a QEMU VM. Thanks. I made a slight mistake, though, and broke the case of "grub-install '(hd0)'", which is what Andrey had been trying to fix in the first place. Here's a better version which I'v