cfg: Add missing kernel versions and cpu schedulers to their respective comments

This commit is contained in:
Tk-Glitch
2021-05-31 13:24:37 +02:00
parent db16339ccd
commit 50672b9f51

View File

@@ -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".