This commit is contained in:
Aditya Garg
2022-10-29 23:41:59 +05:30
committed by GitHub
parent 7e2125a972
commit 2c6ffd1a2e
+2 -2
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.0.3
PKGREL=2
KERNEL_VERSION=6.0.6
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