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: Thu, 11 Feb 2016 21:44:08 -0500 Message-ID: <20160212024408.GD25360@jasmine> References: <1455076907-20572-1-git-send-email-tobias.geerinckx.rice@gmail.com> <1455076907-20572-3-git-send-email-tobias.geerinckx.rice@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]:39714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU3iL-0007ki-8o for guix-devel@gnu.org; Thu, 11 Feb 2016 21:44:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU3iI-00031i-2w for guix-devel@gnu.org; Thu, 11 Feb 2016 21:44:09 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:49430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU3iH-00031e-VT for guix-devel@gnu.org; Thu, 11 Feb 2016 21:44:06 -0500 Content-Disposition: inline In-Reply-To: <1455076907-20572-3-git-send-email-tobias.geerinckx.rice@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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: tobias.geerinckx.rice@gmail.com Cc: guix-devel@gnu.org 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, with the benefit of being able to create and inspect btrfs filesystems. > --- > gnu/system/install.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/system/install.scm b/gnu/system/install.scm > index 0cfc8fa..2838411 100644 > --- a/gnu/system/install.scm > +++ b/gnu/system/install.scm > @@ -365,6 +365,7 @@ Use Alt-F2 for documentation. > parted ddrescue > grub ;mostly so xrefs to its manual work > cryptsetup > + btrfs-progs > wireless-tools iw wpa-supplicant-minimal iproute > ;; XXX: We used to have GNU fdisk here, but as of version > ;; 2.0.0a, that pulls Guile 1.8, which takes unreasonable > -- > 2.6.3 > >