me
/
guix
Archived
1
0
Fork 0

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

* gnu/system/linux-initrd.scm (file-system-packages): Substitute
bcachefs/static for bcachefs-tools/static.
master
Tobias Geerinckx-Rice 2021-09-22 23:46:26 +02:00
parent 348f0c61ef
commit 15489291d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ FILE-SYSTEMS."
(list fatfsck/static) (list fatfsck/static)
'()) '())
,@(if (find (file-system-type-predicate "bcachefs") file-systems) ,@(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) ,@(if (find (file-system-type-predicate "btrfs") file-systems)
(list btrfs-progs/static) (list btrfs-progs/static)