This commit is contained in:
Aditya Garg 2023-02-01 21:24:21 +05:30
parent fb3c3f6df2
commit 2464b1f8ad
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.8
PKGREL=2
KERNEL_VERSION=6.1.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