Hi,
> There are so many ways for software to break out of the chroot jail that
> I think we ultimately need to concentrate on some kind of a
> virtualization solution (like kvm.)

I have had very good results with the released image:

http://cdimage.ubuntu.com/mobile/releases/hardy/

I changed the start script to kvm like:

#!/bin/sh
kvm -soundhw all -m 128  -hda root.qcow2 "$@"

after enabling kvm in my bios (Lenovo ThinkPad X60s) and it is very
quick and responsive and much less buggy than QEMU

Ian

-- 
http://ianlawrence.info

_______________________________________________
dev mailing list
dev@moblin.org
https://www.moblin.org/mailman/listinfo/dev

Reply via email to