From 239fa990f0aafcb36710dc29e203ffc644ee38db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:46:57 +0000 Subject: [PATCH] 6.11.8-1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index db3302f..60f5216 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ OUTPUT_PATH=$(pwd)/output ISO_MOUNT_DIR="$ROOT_PATH/kubuntu-original" # Temporary mount point for the original ISO VER=24.10 CODENAME=oracular -KERNEL_VERSION=6.12.4 +KERNEL_VERSION=6.11.8 PKGREL=1 ISO_IMAGE=kubuntu-24.10-desktop-amd64.iso ISO_IMAGE_OUTPUT="${OUTPUT_PATH}/kubuntu-${VER}-${KERNEL_VERSION}-t2-${CODENAME}.iso"