Re: [PATCH] os-prober: Fix translating device to mach format

2018-03-14 Thread Samuel Thibault
Hello, Daniel Kiper, on mer. 14 mars 2018 13:58:51 +0100, wrote: > On Sun, Mar 11, 2018 at 09:58:20PM +0100, Samuel Thibault wrote: > > "hostdisk//dev/sda,msdos1", i.e. not something we can translate. We can > > Are you sure that this happens upstream? It happens with plain build from git yes.

Re: [PATCH] os-prober: Fix translating device to mach format

2018-03-14 Thread Daniel Kiper
On Sun, Mar 11, 2018 at 09:58:20PM +0100, Samuel Thibault wrote: > grub-probe would currently would currently print e.g. s/would currently would currently/would currently/? > "hostdisk//dev/sda,msdos1", i.e. not something we can translate. We can Are you sure that this happens upstream? On whic

[PATCH] os-prober: Fix translating device to mach format

2018-03-11 Thread Samuel Thibault
grub-probe would currently would currently print e.g. "hostdisk//dev/sda,msdos1", i.e. not something we can translate. We can instead use compatibility_hint which have more well-defined format. Signed-off-by: Samuel Thibault --- util/grub.d/30_os-prober.in | 4 ++-- 1 file changed, 2 insertions