From 16d2becb8b97b7685e2ae065a12a15a607e7f393 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 29 Nov 2024 10:31:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Fblank):=20update=20descri?= =?UTF-8?q?ption?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defaults/config.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/defaults/config.toml b/defaults/config.toml index e9431cc..4c68609 100644 --- a/defaults/config.toml +++ b/defaults/config.toml @@ -3,32 +3,32 @@ title = "Snigdha OS Kernel Switcher Settings" official = [ { name = "linux", - description = "", + description = " The default and most commonly used Linux kernel package in Arch Linux. It provides a general-purpose kernel suitable for most users and is updated regularly with the latest stable kernel releases from upstream.", headers = "linux-headers" }, { name = "linux-lts", - description = "", - headers = "linux-headers" + description = "The Long-Term Support (LTS) kernel, providing extended support for a specific kernel version with a focus on stability. It does not receive feature updates but gets security and bug fixes.", + headers = "linux-lts-headers" }, { name = "linux-zen", - description = "", - headers = "linux-headers" + description = "A kernel optimized for desktop performance, featuring tweaks and enhancements aimed at improving responsiveness and reducing latency.", + headers = "linux-zen-headers" }, { name = "linux-hardened", - description = "", - headers = "linux-headers" + description = "A security-focused kernel with additional patches and configurations to enhance system security. It emphasizes hardening techniques against vulnerabilities and exploits.", + headers = "linux-hardened-headers" }, { - name = "linux-hardened", - description = "", - headers = "linux-headers" + name = "linux-rt", + description = "A real-time kernel with patches that prioritize low-latency and determinism, designed for use in applications requiring real-time performance (e.g., audio production, robotics).", + headers = "linux-rt-headers" }, { - name = "linux-hardened", - description = "", - headers = "linux-headers" - } + name = "linux-rt-lts", + description = "A real-time kernel with patches that prioritize low-latency and determinism, designed for use in applications requiring real-time performance (e.g., audio production, robotics) with Long Term Support.", + headers = "linux-rt-lts-headers" + }, ] \ No newline at end of file