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:
parent
348f0c61ef
commit
15489291d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user