From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] install: Add btrfs-progs to the image. Date: Fri, 12 Feb 2016 16:47:57 -0500 Message-ID: <20160212214757.GB25757@jasmine> References: <1455076907-20572-1-git-send-email-tobias.geerinckx.rice@gmail.com> <1455076907-20572-3-git-send-email-tobias.geerinckx.rice@gmail.com> <20160212024408.GD25360@jasmine> <87k2ma2t60.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]:33818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aULZG-0004a2-C8 for guix-devel@gnu.org; Fri, 12 Feb 2016 16:47:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aULZC-0002XT-4G for guix-devel@gnu.org; Fri, 12 Feb 2016 16:47:58 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:34693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aULZB-0002Wt-LH for guix-devel@gnu.org; Fri, 12 Feb 2016 16:47:53 -0500 Content-Disposition: inline In-Reply-To: <87k2ma2t60.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 Fri, Feb 12, 2016 at 10:07:35AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Wed, Feb 10, 2016 at 05:01:47AM +0100, tobias.geerinckx.rice@gmail.com wrote: > >> From: Tobias Geerinckx-Rice > >> > >> * gnu/system/install.scm (installation-os): Add BTRFS-PROGS. > > > > This adds only a few megabyes to the installation image, > > This is measured by running: > > guix size $(guix system build gnu/system/install.scm) > > before and after, right? Indeed, the total increases from 800.1 to 804.8, which I thought was worth it.