推荐阅读:
Ubuntu 13.04 正式版发布 http://www.linuxidc.com/Linux/2013-04/83435.htm
Windows 7下硬盘安装Ubuntu 13.04图文教程 http://www.linuxidc.com/Linux/2013-04/83479.htm
在卡片上跑了一下Ubuntu 13.04。简单把步骤记录一下。
1. Xecutah、Xterm和Xserver当然是必须的。
2. 最好有个wTerm,方便输入命令。
3. 建一个3G的空镜像:dd -if /dev/zero -of ubuntu.img -bs 1024 -count 3000000
这一步我是在电脑上做的,据说touchpad处理不了超过2G的。
4. 格式化:mkfs.ext3 -F -b 1024 ubuntu.img 3000000
5. 挂载:
mkdir temp
mount -o loop ubuntu.img temp
5. 把ubuntu 13.04解压进去: tar xvfz Rootfs.tar.gz -C temp
解压后有2G多一点。
6. 挂载dev, dev/pts, proc, sys, tmp。代码不写了。
7. chroot temp
8. mv /home/ubuntu /home/root
8. dbus-daemon –session &
9. 在Xterm里面:gnome-session &
10. 完成。
注:只在Touchpad上试了一下,在Veer上没有试。
metacity的d键好像有冲突
gconftool-2 –type=string –set /apps/metacity/global_keybindings/show_desktop ‘disable’
补两张图:
ubuntu13.04
ubuntu卡片
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2