feat: add option to set kernel.printk

This commit is contained in:
Robert Kaussow 2024-02-15 13:04:37 +01:00
parent a51597b6b3
commit b5f973c300
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 0 deletions

View File

@ -33,3 +33,5 @@ kernel_ipv4_forwarding_enabled: False
kernel_ipv6_enabled: False
kernel_ipv6_forwarding_enabled: False
kernel_printk: "4 4 1 7"

View File

@ -101,3 +101,6 @@ user.max_user_namespaces = 15076
net.ipv4.ping_group_range={{ kernel_ipv4_ping_group_range }}
{% endif %}
# Kernel message logging
kernel.printk = {{ kernel_printk }}