installer
Debian on Android phone
Saturday, January 17th, 2009 | debian, english, gadgets | Comments Off
A Debian installer and boot loader for Android based phones has been released. It uses Debian ARM packages from standard repositories, so it makes available t you the full plethora of Debian packages. Also, as a bonus, you can still your phone as it was, an Android based device, with all its functionality.
Update: This entry was pending of an update since I read Joey Hess’ entry investigating into the supposed installer.
It seems that the .zip file is a complete disaster: it is a Debian chroot and 100MB of it are cached .deb files in /var and the init process is no more no less than a script that echoes some lines making you think that something is being booted and a last command (the only that actually makes something) is a mere chroot $mnt /bin/bash.
What does this mean? That you can run Debian in your Android phone by simply creating a chroot from your nearest Debian repository, and that’s all. No need of any supposed installer, just run debootstrap on the phone.

