From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] system: Avoid using device paths in device field. Date: Sun, 06 Nov 2016 17:51:17 +0100 Message-ID: <87y40w362i.fsf@gnu.org> References: <20161103001936.GA24164@jasmine> <20161103131028.7984-1-cmmarusich@gmail.com> <20161103131028.7984-2-cmmarusich@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3QfJ-0005Qy-18 for guix-devel@gnu.org; Sun, 06 Nov 2016 11:51:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3QfI-0002Cx-EY for guix-devel@gnu.org; Sun, 06 Nov 2016 11:51:29 -0500 In-Reply-To: <20161103131028.7984-2-cmmarusich@gmail.com> (cmmarusich@gmail.com's message of "Thu, 3 Nov 2016 06:10:28 -0700") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: cmmarusich@gmail.com Cc: guix-devel@gnu.org cmmarusich@gmail.com skribis: > From: Chris Marusich > > This fixes a regression introduced by > 1ef8b72a7f87afe7cffe52393d99e1b14e4770e1, in which we would incorrectly u= se a > device path in a label-based grub root search command, e.g. 'search --lab= el > --set /dev/sda4'. > > * gnu/system.scm (grub-device): New procedure. > (operating-system-grub.cfg, operating-system-parameters-file): Use it. > (read-boot-parameters): Handle device paths correctly. Good catch. Applied, thanks! And sorry for the delay! Ludo=E2=80=99.