From mboxrd@z Thu Jan 1 00:00:00 1970 From: tobias.geerinckx.rice@gmail.com Subject: [PATCH 2/2] install: Add btrfs-progs to the image. Date: Wed, 10 Feb 2016 05:01:47 +0100 Message-ID: <1455076907-20572-3-git-send-email-tobias.geerinckx.rice@gmail.com> References: <1455076907-20572-1-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTLyo-000766-Nd for guix-devel@gnu.org; Tue, 09 Feb 2016 23:02:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTLyn-0002r9-9O for guix-devel@gnu.org; Tue, 09 Feb 2016 23:02:14 -0500 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:35324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTLyn-0002qi-3i for guix-devel@gnu.org; Tue, 09 Feb 2016 23:02:13 -0500 Received: by mail-wm0-x243.google.com with SMTP id g62so1640475wme.2 for ; Tue, 09 Feb 2016 20:02:12 -0800 (PST) In-Reply-To: <1455076907-20572-1-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: guix-devel@gnu.org From: Tobias Geerinckx-Rice * gnu/system/install.scm (installation-os): Add BTRFS-PROGS. --- 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