0
votes
0answers
161 views

How to upgrade webmin or add modules on Arch Linux?

When I try to upgrade webmin, or add modules via webmin, I'm prompted with a very unhelpful "File not found" error. This seems to be on purpose, as the post-installation message Note: ==> It is ...
1
vote
1answer
245 views

How do I use pacman on a loop-mounted Arch image for a different architecture?

I would like to install some packages on an ARM image before flashing it to an SD card. So far, I have loop mounted the image sudo mount -o loop,offset=99614720 archlinuxarm-13-06-2012.img /mnt and ...
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 ...
3
votes
0answers
321 views

Toshiba Drive Sleeping - SDPARM

My toshiba 1tb external keeps going to sleep and I can't seem to locate anything that resembles a standby parameter. Does anyone know a way to get this drive to quit sleeping? Here is the output of ...
1
vote
1answer
629 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 ...