From b744bc5e165d13bffb87d8dc435fe7951d861c0c Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sun, 23 Oct 2022 14:42:00 +0530 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4865166..39e5931 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" KERNEL_VERSION=6.0.3 -PKGREL=1 +PKGREL=2 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh @@ -36,7 +36,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" syslinux echo >&2 "===]> Info: Start loop... " -for ALTERNATIVE in t2 t2-external +for ALTERNATIVE in t2-jammy t2-external do echo >&2 "===]> Info: Start building ${ALTERNATIVE}... "