mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
mkosi: Add note about kernel command line limit
This commit is contained in:
parent
c95f8dd784
commit
5d2a40ab11
@ -20,6 +20,8 @@ Environment=ASAN_OPTIONS=verify_asan_link_order=false
|
||||
@SELinuxRelabel=no
|
||||
BuildSourcesEphemeral=yes
|
||||
|
||||
# Adding more kernel command line arguments is likely to hit the kernel command line limit (512 bytes) in
|
||||
# various scenarios. Consider adding support for a credential instead if possible and using that.
|
||||
KernelCommandLine=systemd.crash_shell
|
||||
systemd.log_level=debug,console:info
|
||||
systemd.log_ratelimit_kmsg=0
|
||||
|
Loading…
Reference in New Issue
Block a user