This commit is contained in:
github-actions[bot] 2023-03-06 13:28:19 +00:00
parent 9973e4e4e5
commit 160a98f1a5
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ ROOT_PATH=$(pwd)
WORKING_PATH=/root/work
CHROOT_PATH="${WORKING_PATH}/chroot"
IMAGE_PATH="${WORKING_PATH}/image"
KERNEL_VERSION=6.1.14
PKGREL=2
KERNEL_VERSION=6.2.2
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