mirror of
https://github.com/t2linux/T2-Mint.git
synced 2026-08-16 05:18:36 -07:00
Linux Mint 22.2 - Zara
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user