From 12993bb59f3bf8012cfc168aacb88d9c0393615c Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 1 May 2024 17:54:35 +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 e3788ab..e0b0e6b 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... "