diff options
author | Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> | 2016-02-10 05:01:47 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-11 21:39:30 -0500 |
commit | 3a9cfba8796665b61d68936e9a391813a71485cd (patch) | |
tree | 0f5c06a9d9dad13cb9014ae8f2e8ba89c664dfa9 /gnu/system/install.scm | |
parent | fc686f9a196a208b3d55a939d1b9062a6d046d7c (diff) | |
download | patches-3a9cfba8796665b61d68936e9a391813a71485cd.tar patches-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>
Diffstat (limited to 'gnu/system/install.scm')
-rw-r--r-- | gnu/system/install.scm | 1 |
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 |