The following problem occured while trying to install arch-linux on the Raspberry Pi 2:
$this->bbcode_second_pass_code('', 'pacstrap -i /mnt base base-devel
-bash: pacstrap: command not found')
Additional info:
$this->bbcode_second_pass_code('', 'which pacstrap
which: no pacstrap in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)')
After that I tried changing the mirror in "/etc/pacman.d/mirrorlist" and then running "pacman -Syyu" but the outcome is still the same.
I followed this (http://archlinuxarm.org/platforms/armv7 … berry-pi-2) guide. Does this mean there's something wrong with this mirror (http://archlinuxarm.org/os/...) ?
Can I copy this (https://projects.archlinux.org/arch-ins … acstrap.in) and paste it into say "usr/local/bin" ?
Please help. Thank you.