Recommended reading:
Official Ubuntu 13.04 version released
Ubuntu 13.04 text tutorial on hard drive installation in Windows 7
Run Ubuntu 13.04 on the card. Record the steps.
1. Xecutah, Xterm, and Xserver are of course required.
2. It is best to have a wTerm for easy command input.
3. Create a 3G empty image: dd-if/dev/zero-of ubuntu. img-bs 1024-count 3000000
I did this on my computer. It is said that touchpad cannot handle more than 2 GB of data.
4. Format: mkfs. ext3-F-B 1024 ubuntu. img 3000000
5. Mount:
Mkdir temp
Mount-o loop ubuntu. img temp
5. Unzip ubuntu 13.04 to tar xvfz Rootfs.tar.gz-C temp.
A little more than 2 GB after decompression.
6. Mount dev, dev/pts, proc, sys, tmp. No code is written.
7. chroot temp
8. mv/home/ubuntu/home/root
8. queue-daemon -- session &
9. In Xterm: gnome-session &
10. Complete.
Note: I only tried it on Touchpad and did not try it on Veer.
Metacity's d key seems to have a conflict
Gconftool-2 -- type = string -- set/apps/metacity/global_keybindings/show_desktop 'disable'
Add two images:
Ubuntu13.04
Ubuntu card