From b48654ff08f178a605ff8b4c50014580ea1c5067 Mon Sep 17 00:00:00 2001 From: satoshi Date: Wed, 6 May 2026 20:11:20 +0200 Subject: [PATCH] gnu: linux-libre 6.12 [riscv64]: Add kernel option. Fixing regression from https://codeberg.org/guix/guix/pulls/4855 Due to an open issue https://codeberg.org/guix/guix/issues/7570 creation of riscv images is broken. This patch is fixing it for kernel 6.12 (with other versions it could also work but I was not testing it yet) * gnu/packages/aux-files/linux-libre/6.12-riscv.conf: Add CONFIG_SCSI_VIRTIO as a module. Signed-off-by: Vagrant Cascadian --- gnu/packages/aux-files/linux-libre/6.12-riscv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/aux-files/linux-libre/6.12-riscv.conf b/gnu/packages/aux-files/linux-libre/6.12-riscv.conf index eb3d5947fe5..becfd300518 100644 --- a/gnu/packages/aux-files/linux-libre/6.12-riscv.conf +++ b/gnu/packages/aux-files/linux-libre/6.12-riscv.conf @@ -1989,7 +1989,7 @@ CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_DEBUG is not set # CONFIG_SCSI_PMCRAID is not set # CONFIG_SCSI_PM8001 is not set -# CONFIG_SCSI_VIRTIO is not set +CONFIG_SCSI_VIRTIO=m # CONFIG_SCSI_DH is not set # end of SCSI device support