Installing Ubuntu on Android with chroot
October 2nd, 2011
0 Comments
Once the image file created on the previous article "Using rootstock" can be used by QEMU, it's time we tried to Installing Ubuntu on Android with chroot.
The first step is to create a file named start.sh contents as follows:
#!/system/bin/sh
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /
mkdir /mnt/ubuntu
export...

