We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c42a0e commit 7e10848Copy full SHA for 7e10848
build.sh
@@ -5,8 +5,8 @@ ROOT_PATH=$(pwd)
5
WORKING_PATH=/root/work
6
CHROOT_PATH="${WORKING_PATH}/chroot"
7
IMAGE_PATH="${WORKING_PATH}/image"
8
-KERNEL_VERSION=6.19.9
9
-PKGREL=1
+KERNEL_VERSION=6.19.10
+PKGREL=2
10
sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh
11
sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh
12
0 commit comments