I follow the helpful instruction on: Building a custom kernel from Debian kernel source
Code: Alles auswählen
tar -xaf linux-source-6.1.tar.xz
cd linux-source-6.1
make localmodconfig
scripts/config --disable MODULE_SIG
scripts/config --disable DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
make clean
make bindeb-pkg
Code: Alles auswählen
CC certs/system_keyring.o
benötigt von „certs/x509_certificate_list“, zu erstellen. Schluss.
make[4]: *** [scripts/Makefile.build:508: certs] Fehler 2
A workaround is for sure to disable this feature, by commands like:
Code: Alles auswählen
scripts/config --disable SYSTEM_TRUSTED_KEYS
scripts/config --disable SYSTEM_REVOCATION_KEYS