1、下载ubuntu core文件系统:http://cdimage.ubuntu.com/ubuntu-core/releases/12.04/release/
我下载的是12.04.4版本(ubuntu-core-12.04.4-core-ARMhf.tar.gz ):记得一定是armhf!!!
2、
插入sd卡
删除 sd卡上rootfs下所有文件、文件夹,
复制下载好的ubuntu core文件系统到sd卡rootfs分区
并解压到sd卡roofs分区。
3、在 /etc/init目录下增加tty0.conf
内容如下:
# tty0 - getty
#
# This service maintains a getty on tty1 from the point the system is
# started until it is shut down again.
start on stopped rc RUNLEVEL=[2345] and (
not-container or
container CONTAINER=lxc or
container CONTAINER=lxc-libvirt)
stop on runlevel [!2345]
respawn
exec /***in/getty -8 115200 ttyAMA0 -L
4、修改 /etc/shadow root 字段的密码(可以直接拷贝主机下的密码)。
ok大功告成。
此方法前提是sd卡已经刷了debian镜像。
更多回帖