From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [v2 2/2] doc: Be more explicit in example of file-systems configuration. Date: Mon, 21 Dec 2015 13:16:31 -0500 Message-ID: <20151221181631.GA31711@jasmine> References: <009c241f5f37a1b3db85daf782d844e3ae161741.1450672148.git.leo@famulari.name> <87a8p3ke3s.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB50f-0001xk-2F for guix-devel@gnu.org; Mon, 21 Dec 2015 13:16:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB50b-0008SY-OB for guix-devel@gnu.org; Mon, 21 Dec 2015 13:16:36 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:51061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB50b-0008SE-Kd for guix-devel@gnu.org; Mon, 21 Dec 2015 13:16:33 -0500 Content-Disposition: inline In-Reply-To: <87a8p3ke3s.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:36:55PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/system/examples/bare-bones.tmpl (file-systems): Change device > > label. > > * gnu/system/examples/desktop.tmpl (file-systems): Likewise. > > [...] > > > + ;; Assuming /dev/sdX is the target hard disk, and "my-root-partition" is > > [...] > > > + ;; Assuming /dev/sdX is the target hard disk, and "my-root-partition" > > Could you run ‘make guix.pdf’ and check whether these lines need to be > made shorter? If needed, maybe this could be changed to “my-root”. "my-root" was better. > Otherwise OK to push! Pushed as d12717cba0. > Thanks, > Ludo’.