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

* gnu/system/linux-initrd.scm (file-system-packages): Substitute
bcachefs/static for bcachefs-tools/static.
This commit is contained in:
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

View file

@ -280,7 +280,7 @@ (define* (file-system-packages file-systems #:key (volatile-root? #f))
(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)