dannym pushed a commit to branch master
in repository guix.

commit 813e06ac671a5cdeb1ef573459b0de6514c6562c
Author: Danny Milosavljevic <[email protected]>
Date:   Tue May 14 17:31:09 2019 +0200

    installer: Add btrfs-progs to PATH.
    
    * gnu/installer.scm (installer-program): Add btrfs-progs to PATH.
---
 gnu/installer.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/installer.scm b/gnu/installer.scm
index 3dd7670..ea7bd1c 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -292,6 +292,7 @@ selected keymap."
                                cryptsetup
                                dosfstools ;mkfs.fat
                                e2fsprogs ;mkfs.ext4
+                               btrfs-progs
                                kbd ;chvt
                                guix ;guix system init call
                                util-linux ;mkwap

Reply via email to