After scary encounter with some problems, clearly indicate when build system is in chroot.
This commit is contained in:
parent
505028ab44
commit
b87647756f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user