Benjamin Gilbert 9bd0973251 sys-kernel/coreos-kernel: copy vmlinux and vdso libs into /usr/lib/debug
This shouldn't affect the SDK or the OS image, but ensures that debug
symbols are available from the binary package.

vmlinux is installed to:

    /usr/lib/debug/usr/boot/vmlinux-<version>

vdso binaries are installed to:

    /usr/lib/debug/usr/lib/modules/<version>/vdso/

A symlink is created:

    /usr/lib/debug/usr/lib/modules/<version>/vmlinux ->
    ../../../boot/vmlinux-<version>
2017-08-22 22:04:37 -07:00
Description
image build and composition scripts for Flatcar Container Linux
BSD-3-Clause 168 MiB
Languages
Shell 93%
Python 6.9%