Skip to content

Commit be320d1

Browse files
committed
Linux mint 22.1 Xia
1 parent 6ede5f8 commit be320d1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/iso.sh

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

65-
iso="linuxmint-22-${flavour}-${latestkver}-t2-noble"
66-
ver="Linux Mint 22 \"Wilma\" - ${flavourcap} Edition"
65+
iso="linuxmint-22.1-${flavour}-${latestkver}-t2-noble"
66+
ver="Linux Mint 22.1 \"Xia\" - ${flavourcap} Edition"
6767

6868
echo -e "\nDownloading Part 1 for ${ver}\n"
6969
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} "Wilma" - Beta amd64
40+
#define DISKNAME Linux Mint MBP ${MINT_VERSION} "Xia" - Beta amd64
4141
#define TYPE binary
4242
#define TYPEbinary 1
4343
#define ARCH amd64

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
77
IMAGE_PATH="${WORKING_PATH}/image"
88
CODENAME=noble
99
FLAVOUR=$1
10-
MINT_VERSION=22
11-
KERNEL_VERSION=6.12.7
12-
PKGREL=3
10+
MINT_VERSION=22.1
11+
KERNEL_VERSION=6.12.9
12+
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
1515

0 commit comments

Comments
 (0)