me
/
guix
Archived
1
0
Fork 0

gnu: kexec-tools: Remove riscv64-linux from supported-systems.

* gnu/packages/linux.scm (kexec-tools)[supported-systems]: New field.
master
Efraim Flashner 2022-02-20 15:20:57 +02:00
parent 14a556c7ed
commit a7ad525a50
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -8408,6 +8408,7 @@ platforms, it is not limited to resource-constrained systems.")
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