initial debian support
This commit is contained in:
parent
4c5a458148
commit
904a1d01ba
36 changed files with 986 additions and 372 deletions
|
|
@ -1,6 +1,18 @@
|
|||
# Enable the Linux kernel; see also kernel-rt.
|
||||
# Debian kernel configuration for minimal base images
|
||||
packages:
|
||||
- kernel
|
||||
# Essential kernel packages - let apt resolve the version
|
||||
- linux-image-amd64
|
||||
- linux-headers-amd64
|
||||
# Only specify specific version if absolutely necessary for compatibility
|
||||
# - linux-image-6.1.0-13-amd64 # Commented out - let apt resolve
|
||||
|
||||
exclude-packages:
|
||||
- kernel-debug
|
||||
# Kernel configuration
|
||||
kernel:
|
||||
# Ensure kernel supports essential features
|
||||
- CONFIG_DEVTMPFS=y
|
||||
- CONFIG_CGROUPS=y
|
||||
- CONFIG_NAMESPACES=y
|
||||
- CONFIG_SECCOMP=y
|
||||
- CONFIG_BLK_DEV_INITRD=y
|
||||
- CONFIG_EFI_STUB=y
|
||||
- CONFIG_EFI=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue