Skip to content

Commit

Permalink
[run_before_squashfs.sh] add echoes for showing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Oct 21, 2024
1 parent 3901417 commit 71ed6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 71ed6a4

Please sign in to comment.