mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
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.
This commit is contained in:
parent
4be45cb381
commit
a7f3db40a7
@ -107,13 +107,12 @@
|
|||||||
(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)
|
||||||
%default-extra-linux-options))))
|
("CONFIG_CRYPTO_XTS" . m)
|
||||||
|
("CONFIG_VIRTIO_CONSOLE" . m))
|
||||||
|
%default-extra-linux-options))))
|
||||||
(display extra-configuration port)
|
(display extra-configuration port)
|
||||||
(close-port port))
|
(close-port port))
|
||||||
(invoke "make" "oldconfig")
|
(invoke "make" "oldconfig")
|
||||||
|
Loading…
Reference in New Issue
Block a user