Linux Mint 22.2 - Zara

This commit is contained in:
Aditya Garg
2025-09-04 19:27:10 +05:30
parent 742a6b1054
commit 548a8ad136
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -63,8 +63,8 @@ case "$flavinput" in
;;
esac
iso="linuxmint-22.1-${flavour}-${latestkver}-t2-noble"
ver="Linux Mint 22.1 \"Xia\" - ${flavourcap} Edition"
iso="linuxmint-22.2-${flavour}-${latestkver}-t2-noble"
ver="Linux Mint 22.2 \"Zara\" - ${flavourcap} Edition"
echo -e "\nDownloading Part 1 for ${ver}\n"
curl -#L https://github.com/t2linux/T2-Mint/releases/download/${latest}/${iso}.iso.00 > ${iso}.iso
+1 -1
View File
@@ -37,7 +37,7 @@ done
echo >&2 "===]> Info: Create diskdefines... "
cat <<EOF >"${IMAGE_PATH}"/README.diskdefines
#define DISKNAME Linux Mint MBP ${MINT_VERSION} "Xia" - Beta amd64
#define DISKNAME Linux Mint T2 ${MINT_VERSION} "Zara" - amd64
#define TYPE binary
#define TYPEbinary 1
#define ARCH amd64
+2 -2
View File
@@ -7,8 +7,8 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
CODENAME=noble
FLAVOUR=$1
MINT_VERSION=22.1
KERNEL_VERSION=6.15.8
MINT_VERSION=22.2
KERNEL_VERSION=6.16.4
PKGREL=1
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh