update version

This commit is contained in:
t3chn0m4g3 2022-04-01 15:21:04 +00:00
parent cf11a3bd91
commit eda2878024
5 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ export mySSHUSER
# Build issue # Build issue
echo "" > /etc/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 >> /etc/issue
echo ",---- [ \n ] [ \d ] [ \t ]" >> /etc/issue echo ",---- [ \n ] [ \d ] [ \t ]" >> /etc/issue
echo "|" >> /etc/issue echo "|" >> /etc/issue

View file

@ -1,6 +1,6 @@
default install default install
label install label install
menu label ^T-Pot 22.03.0 (based on Debian Stable) menu label ^T-Pot 22.04.0 (AMD64)
menu default menu default
kernel linux kernel linux
append vga=788 initrd=initrd.gz console-setup/ask_detect=true -- append vga=788 initrd=initrd.gz console-setup/ask_detect=true --

View file

@ -238,7 +238,7 @@ if [ "$myARCH" = "amd64" ];
then then
cp iso/isolinux/* $myTPOTDIR/ cp iso/isolinux/* $myTPOTDIR/
else 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 fi
# For now we need architecture based preseeds # For now we need architecture based preseeds
cp iso/preseed/tpot_$myARCH.seed $myTPOTDIR/tmp/preseed.cfg cp iso/preseed/tpot_$myARCH.seed $myTPOTDIR/tmp/preseed.cfg

View file

@ -87,7 +87,7 @@ echo
# Let's check for version # Let's check for version
function fuCHECK_VERSION () { function fuCHECK_VERSION () {
local myMINVERSION="20.06.0" local myMINVERSION="20.06.0"
local myMASTERVERSION="22.03.0" local myMASTERVERSION="22.04.0"
echo echo
echo "### Checking for Release ID" echo "### Checking for Release ID"
myRELEASE=$(lsb_release -c | awk '{ print $2 }') myRELEASE=$(lsb_release -c | awk '{ print $2 }')

View file

@ -1 +1 @@
22.03.0 22.04.0