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