mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
utils: rosenthal-transformation-zfs: Don't use package variant for ZFS module.
It's already handled by ‘linux-builder-configuration->system-entry’. * modules/rosenthal/utils/transformations.scm (rosenthal-transformation-zfs) [kernel-loadable-modules]: Use unmodified zfs:module.
This commit is contained in:
parent
50d720a1de
commit
f536df13ce
@ -75,11 +75,7 @@
|
||||
(inherit os)
|
||||
(kernel-loadable-modules
|
||||
`(,@(if boot?
|
||||
`((,(package/inherit zfs
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments zfs)
|
||||
((#:linux _ #f) (operating-system-kernel os)))))
|
||||
"module"))
|
||||
`((,zfs "module"))
|
||||
'())
|
||||
,@(operating-system-kernel-loadable-modules os)))
|
||||
(services
|
||||
|
||||
Loading…
Reference in New Issue
Block a user