Hey guys,
I'm trying to build a custom kernel but whatever I do I am unable to edit the config of the kernel, it always reverts to the default.
After this I extract the config from the .deb file and it has reverted to the...
Read more
I'm trying to build a custom kernel but whatever I do I am unable to edit the config of the kernel, it always reverts to the default.
Bash:
git clone git://git.proxmox.com/git/pve-kernel.git
cd pve-kernel
nano Makefile
# I edit this line: EXTRAVERSION=-$(KREL)-pve-custom
make build-dir-fresh
#Copy custom config
cp /path/to/my/custom.config proxmox-kernel-6.11.11-1/ubuntu-kernel/.config
make deb
After this I extract the config from the .deb file and it has reverted to the...
Read more