From 79281fc713e08b691be8b2840e90fbc012622035 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:26:42 +0100 Subject: [PATCH] Update 00-run-chroot.sh --- stages/02-Packages/00-run-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stages/02-Packages/00-run-chroot.sh b/stages/02-Packages/00-run-chroot.sh index 3b041a05..1504c612 100755 --- a/stages/02-Packages/00-run-chroot.sh +++ b/stages/02-Packages/00-run-chroot.sh @@ -7,8 +7,8 @@ set -e -dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -rn | head -n 10 && sudo find / -type f -size +1G -exec ls -lh {} + 2>/dev/null | awk '{ print $9 ": " $5 }' - +apt list --installed |grep linux +exit 1 # X20 specific code function install_x20_packages { rm -Rf /etc/apt/sources.list.d/*