mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
update version
This commit is contained in:
parent
cf11a3bd91
commit
eda2878024
5 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ export mySSHUSER
|
|||
|
||||
# Build issue
|
||||
echo "[H[2J" > /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 ",---- [ [1;34m\n[0m ] [ [0;34m\d[0m ] [ [1;30m\t[0m ]" >> /etc/issue
|
||||
echo "|" >> /etc/issue
|
||||
|
|
|
@ -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 --
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }')
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
22.03.0
|
||||
22.04.0
|
||||
|
|
Loading…
Reference in a new issue