From 70d92d78b2a53ee9cd9def6bca198afe7d873db7 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 9 Mar 2021 16:23:07 +0100 Subject: [PATCH] Add subversions to the kernel version selector --- linux-tkg-config/prepare | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 7fd7ede..70fba61 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -59,8 +59,9 @@ _tkg_initscript() { # then this file is sourced at the end of these so these vars are accessible # to the rest of the script if [ -z "$_version" ] && [ ! -e "$_path"/versel ]; then - plain "Which kernel version do you want to install?" - read -rp "`echo $' 1. 5.4 LTS\n 2. 5.7\n 3. 5.8\n 4. 5.9\n 5. 5.10 LTS\n > 6. 5.11\n 7. 5.12 RC\nchoice[1-7?]'`" _VERSEL; + msg2 "Which kernel version do you want to install?" + plain "1. 5.4.$ver54 LTS\n 2. 5.7.$ver57\n 3. 5.8.$ver58\n 4. 5.9.$ver59\n 5. 5.10.$ver510 LTS\n > 6. 5.11.$ver511 (latest stable)\n 7. 5.12.$ver512" + read -rp "`echo $' choice[1-7?]'`" _VERSEL; case $_VERSEL in "1") echo "_basever=54" > "$_path"/versel