From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] system: Avoid using device paths in device field. Date: Fri, 4 Nov 2016 11:49:54 -0400 Message-ID: <20161104154954.GE14769@jasmine> 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=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2gkl-0007bw-TD for guix-devel@gnu.org; Fri, 04 Nov 2016 11:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2gkh-0005wT-OX for guix-devel@gnu.org; Fri, 04 Nov 2016 11:50:03 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2gkh-0005wA-KW for guix-devel@gnu.org; Fri, 04 Nov 2016 11:49:59 -0400 Content-Disposition: inline In-Reply-To: <20161103131028.7984-2-cmmarusich@gmail.com> 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 On Thu, Nov 03, 2016 at 06:10:28AM -0700, cmmarusich@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, e.g. 'search --label > --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. I'm not able to test this patch, but I think we should resolve the underlying issue before the next release.