Tagged Questions
6
votes
1answer
5k views
How can I chroot into a filesystem with a different architechture?
I'm trying to chroot into a Arch Linux ARM filesystem from x86_64.
I've seen that it's possible to do using static qemu by copying the binary into the chroot system:
cp /usr/bin/qemu-arm ...
1
vote
1answer
630 views
Is there an ARM repository for Arch Linux?
I'm trying to create a chroot for my rooted android phone. I want to do this with the arch_bootstrap.sh script found on the wiki but I can't find an ARM repository.
My PC is x86_64 Arch Linux and my ...