2
votes
1answer
250 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 ...