Re: [PATCH 2/2 v2] second attempt to fix using grub device name as install device

2013-12-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.12.2013 14:59, Andrey Borzenkov wrote: > В Sat, 07 Dec 2013 14:50:09 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 07.12.2013 11:19, Andrey Borzenkov wrote: >>> grub-install already resolved passed install device to grub device. So do >>> the >>> same as grub-setup and strip

Re: [PATCH 2/2 v2] second attempt to fix using grub device name as install device

2013-12-07 Thread Andrey Borzenkov
В Sat, 07 Dec 2013 14:50:09 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 07.12.2013 11:19, Andrey Borzenkov wrote: > > grub-install already resolved passed install device to grub device. So do > > the > > same as grub-setup and strip parenthesis if we get legacy (hdX). > > > Did you

Re: [PATCH 2/2 v2] second attempt to fix using grub device name as install device

2013-12-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.12.2013 11:19, Andrey Borzenkov wrote: > grub-install already resolved passed install device to grub device. So do the > same as grub-setup and strip parenthesis if we get legacy (hdX). > Did you test it with both syntaxes? > --- > ChangeLog | 4 ++-- > util/grub-install.c | 8 +++

[PATCH 2/2 v2] second attempt to fix using grub device name as install device

2013-12-07 Thread Andrey Borzenkov
grub-install already resolved passed install device to grub device. So do the same as grub-setup and strip parenthesis if we get legacy (hdX). --- ChangeLog | 4 ++-- util/grub-install.c | 8 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog i