From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [v2 1/2] doc: Explain significance of partition labels. Date: Mon, 21 Dec 2015 13:16:57 -0500 Message-ID: <20151221181657.GB31711@jasmine> References: <87h9jbke6x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB514-0002Cg-Nq for guix-devel@gnu.org; Mon, 21 Dec 2015 13:17:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB50z-00009m-RC for guix-devel@gnu.org; Mon, 21 Dec 2015 13:17:02 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:47533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB50z-00009c-Ng for guix-devel@gnu.org; Mon, 21 Dec 2015 13:16:57 -0500 Content-Disposition: inline In-Reply-To: <87h9jbke6x.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Dec 21, 2015 at 04:35:02PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * doc/guix.texi (Preparing for Installation): Point out relationship > > between partition labels and the file-system configuration. > > OK! Pushed as dd81635571. > > Ludo'.