guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/17: linux-initrd: Include only the single ‘bcachefs’ binary.


From: guix-commits
Subject: 06/17: linux-initrd: Include only the single ‘bcachefs’ binary.
Date: Thu, 23 Sep 2021 12:20:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 15489291d93bcd67e30eed686da0d58050ce1c0e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 22 23:46:26 2021 +0200

    linux-initrd: Include only the single ‘bcachefs’ binary.
    
    * gnu/system/linux-initrd.scm (file-system-packages): Substitute
    bcachefs/static for bcachefs-tools/static.
---
 gnu/system/linux-initrd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 7f7740d..dc0f419 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -280,7 +280,7 @@ FILE-SYSTEMS."
           (list fatfsck/static)
           '())
     ,@(if (find (file-system-type-predicate "bcachefs") file-systems)
-          (list bcachefs-tools/static)
+          (list bcachefs/static)
           '())
     ,@(if (find (file-system-type-predicate "btrfs") file-systems)
           (list btrfs-progs/static)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]