Re: [pve-devel] [PATCH kernel] add pve-kernel-X.Y-libc-dev package

2020-05-28 Thread Fabian Grünbichler
On May 27, 2020 7:03 pm, Thomas Lamprecht wrote: > This was long overdue, allows to access the full feature set of our > kernel for some tools using the Linux API directly. > > Packaging mostly taken from Debian[0] > > [0]: > https://salsa.debian.org/kernel-team/linux/-/blob/debian/4.19.118-2/de

[pve-devel] [PATCH kernel] add pve-kernel-X.Y-libc-dev package

2020-05-27 Thread Thomas Lamprecht
This was long overdue, allows to access the full feature set of our kernel for some tools using the Linux API directly. Packaging mostly taken from Debian[0] [0]: https://salsa.debian.org/kernel-team/linux/-/blob/debian/4.19.118-2/debian/rules.real#L367 Signed-off-by: Thomas Lamprecht --- Pac