From 4f17186329624dacdb602c06a9eb4005e46d164e Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 1 May 2024 17:53:41 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index f8eb714..e403807 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -77,7 +77,7 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" echo >&2 "===]> Info: Install the T2 kernel... " apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ - linux-t2=KVER-${CODENAME} + linux-t2=KVER-PREL-${CODENAME} echo >&2 "===]> Info: Install window manager... "