From 5caf303428628b3b1defd6dfc467976cecec7b3b Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Mon, 26 Oct 2020 21:59:27 +0100 Subject: [PATCH] unified builder: Add LTS and RC to the version selector --- linux-tkg/customization.cfg | 2 +- linux-tkg/linux-tkg-config/prepare | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-tkg/customization.cfg b/linux-tkg/customization.cfg index 045e13a..f07b843 100644 --- a/linux-tkg/customization.cfg +++ b/linux-tkg/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" +# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10" _version="" #### MISC OPTIONS #### diff --git a/linux-tkg/linux-tkg-config/prepare b/linux-tkg/linux-tkg-config/prepare index aca7a22..8bdfe6d 100644 --- a/linux-tkg/linux-tkg-config/prepare +++ b/linux-tkg/linux-tkg-config/prepare @@ -21,7 +21,7 @@ _tkg_initscript() { if [ -z "$_version" ] && [ ! -e "$_path"/versel ]; then plain "Which kernel version do you want to install?" - read -rp "`echo $' > 1. 5.4\n 2. 5.7\n 3. 5.8\n 4. 5.9\n 5. 5.10\nchoice[1-5?]'`" _VERSEL; + read -rp "`echo $' 1. 5.4 LTS\n 2. 5.7\n 3. 5.8\n > 4. 5.9\n 5. 5.10 RC\nchoice[1-5?]'`" _VERSEL; case $_VERSEL in "1") echo "_basever=54" > "$_path"/versel