Skip to content

Commit

Permalink
6.12.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2024
1 parent 44d2f16 commit e798b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.7
KERNEL_VERSION=6.12.4
PKGREL=1
ISO_IMAGE=kubuntu-24.10-desktop-amd64.iso
ISO_IMAGE_OUTPUT="${OUTPUT_PATH}/kubuntu-${VER}-${KERNEL_VERSION}-t2-${CODENAME}.iso"
Expand Down Expand Up @@ -62,7 +62,7 @@ cp -p /etc/resolv.conf "${CHROOT_DIR}/etc/resolv.conf"
cp "$(pwd)/chroot_iso.sh" "${CHROOT_DIR}/tmp/setup_files"
ls "${CHROOT_DIR}/tmp/setup_files"
echo >&2 "===]> Info: Running chroot environment... "
chroot "${CHROOT_DIR}" /bin/bash -c "KERNEL_VERSION=${KERNEL_VERSION} PKGREL=${PKGREL} /tmp/setup_files/chroot_iso.sh"
chroot "${CHROOT_DIR}" /bin/bash -c "KERNEL_VERSION=${KERNEL_VERSION} PKGREL=1${PKGREL} /tmp/setup_files/chroot_iso.sh"
echo >&2 "===]> Info: Getting Kernel environment... "
T2_KERNEL=${KERNEL_VERSION}-${PKGREL}-t2-${CODENAME}

Expand Down

0 comments on commit e798b81

Please sign in to comment.