aufs kernel patch
I've got a kernel built and working on an instance using pv-grub and this guide:
So my next task is to be able to use this new kernel on linodes created by api, hopefully automatically
My first thought was to tar up the whole /boot folder, host it somewhere, download, extract, update-grub, set pv-grub as kernel via api, then reboot
I'm hoping theres a better way
Because I know it will be asked, the whole reason I'm doing this is to patch aufs into the kernel for docker. I realize docker no longer requires aufs and can work with the device-mapper, but I'm using aufs on all my other providers and want things to be consistent. I can also understand why linode wouldn't want to patch this in to their default kernels, but it would be great if there could be prebuilt alternatives with aufs support. That way I wouldn't need to do any of this