From 156a0b138eae78c2e1e6e5bbead9be291c6f93ac Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sat, 29 Jul 2023 00:38:47 +0200 Subject: [PATCH] Update 00-run-chroot.sh --- stages/02-Packages/00-run-chroot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stages/02-Packages/00-run-chroot.sh b/stages/02-Packages/00-run-chroot.sh index be61ac54..a21c45a3 100755 --- a/stages/02-Packages/00-run-chroot.sh +++ b/stages/02-Packages/00-run-chroot.sh @@ -9,6 +9,9 @@ set -e # Packages which are universally needed BASE_PACKAGES="openhd git apt-transport-https apt-utils open-hd-web-ui" +# debug +apt list --installed +apt list installed | grep linux* # Raspbian-specific code function install_raspbian_packages {