🐛 fix(_blank): update description

This commit is contained in:
Eshan Roy
2024-11-29 10:31:50 +05:30
parent 1d5aef97db
commit 16d2becb8b

View File

@@ -3,32 +3,32 @@ title = "Snigdha OS Kernel Switcher Settings"
official = [ official = [
{ {
name = "linux", 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" headers = "linux-headers"
}, },
{ {
name = "linux-lts", name = "linux-lts",
description = "", 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-headers" headers = "linux-lts-headers"
}, },
{ {
name = "linux-zen", name = "linux-zen",
description = "", description = "A kernel optimized for desktop performance, featuring tweaks and enhancements aimed at improving responsiveness and reducing latency.",
headers = "linux-headers" headers = "linux-zen-headers"
}, },
{ {
name = "linux-hardened", name = "linux-hardened",
description = "", description = "A security-focused kernel with additional patches and configurations to enhance system security. It emphasizes hardening techniques against vulnerabilities and exploits.",
headers = "linux-headers" headers = "linux-hardened-headers"
}, },
{ {
name = "linux-hardened", name = "linux-rt",
description = "", 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-headers" headers = "linux-rt-headers"
}, },
{ {
name = "linux-hardened", name = "linux-rt-lts",
description = "", 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-headers" headers = "linux-rt-lts-headers"
} },
] ]