mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue