@Mark or @Leo

This guideline, and the code comment in 'gnu/packages/linux.scm', don't
make sense to me.

All of the kernel packages offered by Guix right now are current LTS
kernels. Do you mean "Always points to the newest released LTS version?"

Yours makes it more clear. So,

linux-libre => Always points to the latest released version.

linux-libre-lts => Always points to the newest released LTS version.

I have attached a patch to update the comment in linux.scm. Could any of you push it please?

Regards,
RG.
>From 24fc8ba6ea11a0d45ea8b240292bd56dc865ae52 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <r...@raghavgururajan.name>
Date: Wed, 30 Dec 2020 16:15:26 -0500
Subject: [PATCH 11/11] gnu: Revise comment for Linux-Libre-LTS.

* gnu/packages/linux.scm (linux-libre-lts): Modify comment.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 99ad2b421c..c63abcbbc0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -931,7 +931,7 @@ It has been modified to remove all non-free binary blobs.")
                         ("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
                       %default-extra-linux-options)))
 
-;; Linux-Libre-LTS means the *current* long-term support version of Linux-Libre.
+;; Linux-Libre-LTS points to the *newest* released long-term support version of Linux-Libre.
 ;; Reference: https://jxself.org/linux-libre/
 
 (define-public linux-libre-lts-version         linux-libre-5.10-version)
-- 
2.29.2

Reply via email to