Ubuntu Core image testing
To test this image on an already running system (of similar architecture) , download the latest from http://cdimage.ubuntu.com/ubuntu-core/current/<release>-core-<arch>.tar.gz to a local directory and:
- mkdir core
sudo tar -C core -zxf <release>-core-<arch>.tar.gz
- sudo mount --bind /proc core/proc
- sudo mount --bind /sys core/sys
- sudo cp /etc/resolv.conf core/etc/
- sudo chroot core
apt-get update;apt-get install <some package>
Report any errors.