= DRAFT = This page is under construction == About apparmor3 for snappy developer kernels == Official snappy systems will have officially maintained kernels, but developers interested in trying out snappy with their own kernels can do so by updating to Apparmor3 in their kernels. Ubuntu already did this to its phablet kernels, and the methods used for snappy developer kernels will be similar. <> = Support Notes = == Installing snappy == Please see the snappy [[http://www.ubuntu.com/snappy|announcement and documentation]] for how to install snappy. == Updating the kernel in the VM == MORE HERE: 0. install snappy in a VM 0. boot the VM 0. remount '/' as 'rw: {{{sudo mount -o remount,rw /}}} 0. copy the kernel into place 0. remount '/' as 'ro': {{{sudo mount -o remount,ro /}}} 0. reboot