You are not logged in.
Pages: 1
I was looking at the Archwiki page on android and this at the bottom
Tricks
Linux distro on the sdcard
You can install Debian like in this thread(http://forum.xda-developers.com/showthread.php?t=631389), or you can adapt it to install archlinux. You should replace all debootstrap stuff by
mkdir -p /data/local/mnt/var/{cache/pacman/pkg,lib/pacman}
pacman --root /data/local/mnt --cachedir /data/local/mnt/var/cache/pacman/pkg -Sy base
and i am having trouble figuring out how this all fits together and what i need to change exactly from the debian walkthrough
can anyone help me?
thanks
Offline
Arch does not support ARM, so its not possible to run it on phones...
Offline
Arch does not support ARM, so its not possible to run it on phones...
Well not directly of course. But much like what they have done for the OpenPandora, you can port it.
Last edited by Cilph (2011-06-13 19:30:19)
Offline
Even though arch does not support it, I'd still like to know what to change from the debian guide because I'd like to try this with archlinuxarm.org.
Offline
Even though arch does not support it, I'd still like to know what to change from the debian guide because I'd like to try this with archlinuxarm.org.
archlinuxarm.org is the place to ask :-)
Offline
Okay, I just thought id ask here seeing as the question is platform independent, and I doubt their forums are as active or helpful as ours : P
Offline
Pages: 1