From f536df13ce4fc058c1d0b9c1f942f898bebd2064 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Wed, 18 Feb 2026 21:03:34 +0800 Subject: [PATCH] utils: rosenthal-transformation-zfs: Don't use package variant for ZFS module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules/rosenthal/utils/transformations.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/rosenthal/utils/transformations.scm b/modules/rosenthal/utils/transformations.scm index f75cf3f..e84b3a2 100644 --- a/modules/rosenthal/utils/transformations.scm +++ b/modules/rosenthal/utils/transformations.scm @@ -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