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)
|
(inherit os)
|
||||||
(kernel-loadable-modules
|
(kernel-loadable-modules
|
||||||
`(,@(if boot?
|
`(,@(if boot?
|
||||||
`((,(package/inherit zfs
|
`((,zfs "module"))
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments zfs)
|
|
||||||
((#:linux _ #f) (operating-system-kernel os)))))
|
|
||||||
"module"))
|
|
||||||
'())
|
'())
|
||||||
,@(operating-system-kernel-loadable-modules os)))
|
,@(operating-system-kernel-loadable-modules os)))
|
||||||
(services
|
(services
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user