From 3a9cfba8796665b61d68936e9a391813a71485cd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 10 Feb 2016 05:01:47 +0100 Subject: [PATCH] install: Add btrfs-progs to the image. * gnu/system/install.scm (installation-os)[packages]: Add BTRFS-PROGS. Signed-off-by: Leo Famulari --- gnu/system/install.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 6cde6499954cc9bf4e1525e14bfc0bfa95a5eb9c..b380716b69e0579cd85baf82f085d40d61e443b8 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -370,6 +370,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