aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-10 05:01:47 +0100
committerLeo Famulari <leo@famulari.name>2016-02-11 21:39:30 -0500
commit3a9cfba8796665b61d68936e9a391813a71485cd (patch)
tree0f5c06a9d9dad13cb9014ae8f2e8ba89c664dfa9
parentfc686f9a196a208b3d55a939d1b9062a6d046d7c (diff)
downloadguix-3a9cfba8796665b61d68936e9a391813a71485cd.tar
guix-3a9cfba8796665b61d68936e9a391813a71485cd.tar.gz
install: Add btrfs-progs to the image.
* gnu/system/install.scm (installation-os)[packages]: Add BTRFS-PROGS. Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r--gnu/system/install.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 6cde649995..b380716b69 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