Actually, I still am pretty sure this won't work because I am missing the kbuild package etc...
This is just too much trouble...
I ended up using this Makefile which creates a weirdly named kernel, but at least it works.
This is just too much trouble...
I ended up using this Makefile which creates a weirdly named kernel, but at least it works.
Code:
build: mkdir -p debian cd debian && apt-get source linux/stable cd debian/linux-*/ && \ DEBEMAIL="your.email.address@example.org" \ DEBFULLNAME="Firstname Lastname" \ DEB_BUILD_PROFILES='pkg.linux.nokerneldbg pkg.linux.nokerneldbginfo' \ MAKEFLAGS=-j8 \ ./debian/bin/test-patches -f amd64 ../../acs-5.10.patchclean: rm -Rf debianinstall: dpkg -i debian/linux-image-*-amd64-unsigned_*.deb debian/linux-headers-*-amd64_*.deb debian/linux-headers-*-common_*.deb debian/linux-kbuild-6.1_*.deb
Statistics: Posted by MrT — 2024-04-10 23:22