Revert "Create real debug package"

zipkmod removes module signatures, meaning anyone who has `sig_enforce`
enabled can no longer boot.

This reverts commit 71457588fa.
This commit is contained in:
Jan Alexander Steffens (heftig)
2025-12-13 19:14:50 +01:00
parent 295d76b82a
commit 4cac753243
3 changed files with 29 additions and 9 deletions

2
config
View File

@@ -1070,7 +1070,7 @@ CONFIG_MODULE_COMPRESS=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_MODULE_COMPRESS_ZSTD=y
# CONFIG_MODULE_COMPRESS_ALL is not set
CONFIG_MODULE_COMPRESS_ALL=y
CONFIG_MODULE_DECOMPRESS=y
CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=y
CONFIG_MODPROBE_PATH="/sbin/modprobe"