mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-13 01:24:57 +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)
|
||||
(let ((port (open-file ".config" "a"))
|
||||
(extra-configuration #$(config->string
|
||||
;; Guix kernels have NVMe
|
||||
;; support built-in.
|
||||
|
||||
;; FIXME: There might be other
|
||||
;; support missing.
|
||||
(cons* '("CONFIG_BLK_DEV_NVME" . #t)
|
||||
%default-extra-linux-options))))
|
||||
(append '(("CONFIG_BLK_DEV_NVME" . #t)
|
||||
("CONFIG_CRYPTO_XTS" . m)
|
||||
("CONFIG_VIRTIO_CONSOLE" . m))
|
||||
%default-extra-linux-options))))
|
||||
(display extra-configuration port)
|
||||
(close-port port))
|
||||
(invoke "make" "oldconfig")
|
||||
|
Loading…
Reference in New Issue
Block a user