Re: [PATCH] system: Avoid using device paths in device field.

2016-11-06 Thread Ludovic Courtès
cmmarus...@gmail.com skribis: > From: Chris Marusich > > This fixes a regression introduced by > 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a > device path in a label-based grub root search command, e.g. 'search --label > --set /dev/sda4'. >

Re: [PATCH] system: Avoid using device paths in device field.

2016-11-04 Thread Leo Famulari
On Thu, Nov 03, 2016 at 06:10:28AM -0700, cmmarus...@gmail.com wrote: > From: Chris Marusich > > This fixes a regression introduced by > 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a > device path in a label-based grub root search command,

[PATCH] system: Avoid using device paths in device field.

2016-11-03 Thread cmmarusich
From: Chris Marusich This fixes a regression introduced by 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly use a device path in a label-based grub root search command, e.g. 'search --label --set /dev/sda4'. * gnu/system.scm (grub-device): New