From 5e50412bb301c9c5fa4b3f8e822314a113da3e5c Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 1 May 2024 17:54:16 +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 016bccd..012cd1d 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -78,7 +78,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... "