Skip to content

Commit 548a8ad

Browse files
committed
Linux Mint 22.2 - Zara
1 parent 742a6b1 commit 548a8ad

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/iso.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ case "$flavinput" in
6363
;;
6464
esac
6565

66-
iso="linuxmint-22.1-${flavour}-${latestkver}-t2-noble"
67-
ver="Linux Mint 22.1 \"Xia\" - ${flavourcap} Edition"
66+
iso="linuxmint-22.2-${flavour}-${latestkver}-t2-noble"
67+
ver="Linux Mint 22.2 \"Zara\" - ${flavourcap} Edition"
6868

6969
echo -e "\nDownloading Part 1 for ${ver}\n"
7070
curl -#L https://github.com/t2linux/T2-Mint/releases/download/${latest}/${iso}.iso.00 > ${iso}.iso

02_build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ done
3737

3838
echo >&2 "===]> Info: Create diskdefines... "
3939
cat <<EOF >"${IMAGE_PATH}"/README.diskdefines
40-
#define DISKNAME Linux Mint MBP ${MINT_VERSION} "Xia" - Beta amd64
40+
#define DISKNAME Linux Mint T2 ${MINT_VERSION} "Zara" - amd64
4141
#define TYPE binary
4242
#define TYPEbinary 1
4343
#define ARCH amd64

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
77
IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
10-
MINT_VERSION=22.1
11-
KERNEL_VERSION=6.15.8
10+
MINT_VERSION=22.2
11+
KERNEL_VERSION=6.16.4
1212
PKGREL=1
1313
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
1414
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh

0 commit comments

Comments
 (0)