Hello,
To avoid reviving an old thread (https://forum.proxmox.com/threads/kernel-sources-for-driver-module-compilation.27063/#post-137594) I have decided to start a new post.
As far as I can tell through querying
, there does not appear to be a rolling/updated pve-headers available like with linux-headers-generic. Is there any way we could get a pve-headers-generic or pve-headers-latest made so that custom kernel modules and/or drivers don't require manual intervention every time a kernel upgrade is performed?
I suppose I could create a cron to ensure that
is always installed, but that seems suboptimal.
To avoid reviving an old thread (https://forum.proxmox.com/threads/kernel-sources-for-driver-module-compilation.27063/#post-137594) I have decided to start a new post.
As far as I can tell through querying
Code:
apt-cache search linux-headers
I suppose I could create a cron to ensure that
Code:
apt-get install pve-headers-$(uname -r)