From eda28780247d72e59ae07f3bf59ab7bd87a07b8b Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 1 Apr 2022 15:21:04 +0000 Subject: [PATCH] update version --- bin/updateip.sh | 2 +- iso/isolinux/txt.cfg | 2 +- makeiso.sh | 2 +- update.sh | 2 +- version | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/updateip.sh b/bin/updateip.sh index 07be28e2..da1aca96 100755 --- a/bin/updateip.sh +++ b/bin/updateip.sh @@ -46,7 +46,7 @@ export mySSHUSER # Build issue echo "" > /etc/issue -toilet -f ivrit -F metal --filter border:metal "T-Pot 22.03" | sed 's/\\/\\\\/g' >> /etc/issue +toilet -f ivrit -F metal --filter border:metal "T-Pot 22.04" | sed 's/\\/\\\\/g' >> /etc/issue echo >> /etc/issue echo ",---- [ \n ] [ \d ] [ \t ]" >> /etc/issue echo "|" >> /etc/issue diff --git a/iso/isolinux/txt.cfg b/iso/isolinux/txt.cfg index d6fc9ace..f1e5853d 100755 --- a/iso/isolinux/txt.cfg +++ b/iso/isolinux/txt.cfg @@ -1,6 +1,6 @@ default install label install - menu label ^T-Pot 22.03.0 (based on Debian Stable) + menu label ^T-Pot 22.04.0 (AMD64) menu default kernel linux append vga=788 initrd=initrd.gz console-setup/ask_detect=true -- diff --git a/makeiso.sh b/makeiso.sh index 0474c10e..7f0451a1 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -238,7 +238,7 @@ if [ "$myARCH" = "amd64" ]; then cp iso/isolinux/* $myTPOTDIR/ else - sed -i "s#menuentry 'Install'#menuentry 'Install T-Pot 22.x (ARM64)'#g" $myTPOTDIR/boot/grub/grub.cfg + sed -i "s#menuentry 'Install'#menuentry 'Install T-Pot 22.04.0 (ARM64)'#g" $myTPOTDIR/boot/grub/grub.cfg fi # For now we need architecture based preseeds cp iso/preseed/tpot_$myARCH.seed $myTPOTDIR/tmp/preseed.cfg diff --git a/update.sh b/update.sh index 9ad87668..8cb3757e 100755 --- a/update.sh +++ b/update.sh @@ -87,7 +87,7 @@ echo # Let's check for version function fuCHECK_VERSION () { local myMINVERSION="20.06.0" -local myMASTERVERSION="22.03.0" +local myMASTERVERSION="22.04.0" echo echo "### Checking for Release ID" myRELEASE=$(lsb_release -c | awk '{ print $2 }') diff --git a/version b/version index f9be6be1..c207f759 100644 --- a/version +++ b/version @@ -1 +1 @@ -22.03.0 +22.04.0