Install kernel under /usr/
By installing the kernel image under `/usr/` and using boot-deploy to populate it into `/boot/`, the rootfs can be further unified. This makes it easier to generate images for Duranium.
The kernel-install manpage shows `/usr/lib/modules/[version]/vmlinuz` as the default installation path, which seems fine for our use-case.
issue