rosenthal: linux-xanmod: Fix %base-initrd-modules support.

* rosenthal/packages/linux.scm (linux-xanmod)[arguments]<#:phases>: Build
virtio_console and xts kernel modules.

They are needed for %base-initrd-modules.
remotes/origin/cloudflared-unbundle
Hilton Chain 2 years ago
parent 4be45cb381
commit a7f3db40a7
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 7
      rosenthal/packages/linux.scm

@ -107,12 +107,11 @@
(chmod ".config" #o666) (chmod ".config" #o666)
(let ((port (open-file ".config" "a")) (let ((port (open-file ".config" "a"))
(extra-configuration #$(config->string (extra-configuration #$(config->string
;; Guix kernels have NVMe
;; support built-in.
;; FIXME: There might be other ;; FIXME: There might be other
;; support missing. ;; support missing.
(cons* '("CONFIG_BLK_DEV_NVME" . #t) (append '(("CONFIG_BLK_DEV_NVME" . #t)
("CONFIG_CRYPTO_XTS" . m)
("CONFIG_VIRTIO_CONSOLE" . m))
%default-extra-linux-options)))) %default-extra-linux-options))))
(display extra-configuration port) (display extra-configuration port)
(close-port port)) (close-port port))

Loading…
Cancel
Save