diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1994aff321..1c514c3cec 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8408,6 +8408,7 @@ (define-public kexec-tools utilities. Using @code{kexec}, it is possible to boot directly into a new kernel from the context of an already-running kernel, bypassing the normal system boot process.") + (supported-systems (delete "riscv64-linux" %supported-systems)) (license license:gpl2))) (define-public cachefilesd