Skip to content

Commit

Permalink
Linux mint 22.1 Xia
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Jan 17, 2025
1 parent 6ede5f8 commit be320d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ case "$flavinput" in
;;
esac

iso="linuxmint-22-${flavour}-${latestkver}-t2-noble"
ver="Linux Mint 22 \"Wilma\" - ${flavourcap} Edition"
iso="linuxmint-22.1-${flavour}-${latestkver}-t2-noble"
ver="Linux Mint 22.1 \"Xia\" - ${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
Expand Down
2 changes: 1 addition & 1 deletion 02_build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ done

echo >&2 "===]> Info: Create diskdefines... "
cat <<EOF >"${IMAGE_PATH}"/README.diskdefines
#define DISKNAME Linux Mint MBP ${MINT_VERSION} "Wilma" - Beta amd64
#define DISKNAME Linux Mint MBP ${MINT_VERSION} "Xia" - Beta amd64
#define TYPE binary
#define TYPEbinary 1
#define ARCH amd64
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
CODENAME=noble
FLAVOUR=$1
MINT_VERSION=22
KERNEL_VERSION=6.12.7
PKGREL=3
MINT_VERSION=22.1
KERNEL_VERSION=6.12.9
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

Expand Down

0 comments on commit be320d1

Please sign in to comment.