After scary encounter with some problems, clearly indicate when build system is in chroot.

This commit is contained in:
Storm Dragon 2025-01-04 20:34:49 -05:00
parent 505028ab44
commit b87647756f

View File

@ -152,7 +152,7 @@ fi
bsdtar -xpf "${imageFileName}" -C /mnt bsdtar -xpf "${imageFileName}" -C /mnt
# Set -e in case it got unset for 32 bit image # Set -e in case it got unset for 32 bit image
set -e set -e
arch-chroot /mnt << EOF PS1="(Chroot) [\u@\h \W] \$" arch-chroot /mnt << EOF
# set up pacman # set up pacman
pacman-key --init pacman-key --init
pacman-key --populate archlinuxarm pacman-key --populate archlinuxarm