From 71ed6a45acba6365be78cb752c76c75948c27a45 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Tue, 22 Oct 2024 00:31:58 +0200 Subject: [PATCH] [run_before_squashfs.sh] add echoes for showing packages --- run_before_squashfs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index ce212147..cc400b25 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -63,7 +63,9 @@ cat "/usr/lib/endeavouros-release" >> "/etc/motd" echo "------------------" >> "/etc/motd" # Install locally builded packages on ISO (place packages under airootfs/root/packages) +echo "----- content of /root/packages -----" ls "/root/packages/" +echo "----- end of content of /root/packages -----" pacman -U --noconfirm --needed -- "/root/packages/"*".pkg.tar.zst" rm -rf "/root/packages/"