From 50672b9f51f24f2bc91046f563f22debf34bada1 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 31 May 2021 13:24:37 +0200 Subject: [PATCH] cfg: Add missing kernel versions and cpu schedulers to their respective comments --- customization.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customization.cfg b/customization.cfg index ad43c72..b2f7f38 100644 --- a/customization.cfg +++ b/customization.cfg @@ -5,7 +5,7 @@ # If left empty, the script will prompt _distro="" -# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10", "5.11" +# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10", "5.11", "5.12", "5.13" _version="" #### MISC OPTIONS #### @@ -78,8 +78,7 @@ _debugdisable="false" # LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME -# CPU scheduler - Options are "upds" (TkG's Undead PDS), "pds", "bmq", "muqss" or "cfs" -# "upds" is the recommended option for gaming +# CPU scheduler - Options are "upds" (TkG's Undead PDS), "pds", "bmq", "muqss", "cacule" or "cfs" (kernel's default) _cpusched="" # Compiler to use - Options are "gcc" or "llvm".