mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 12:06:02 +01:00
additional logging
This commit is contained in:
parent
d826a4ecf4
commit
25f66f23ad
1 changed files with 7 additions and 4 deletions
|
|
@ -15,10 +15,13 @@
|
|||
"root=/dev/nfs"
|
||||
"rootwait"
|
||||
"elevator=deadline"
|
||||
"console=tty1"
|
||||
"console=serial0,115200n8"
|
||||
"init=/sbin/init"
|
||||
"loglevel=7"
|
||||
# "console=tty1"
|
||||
# "console=serial0,115200n8"
|
||||
# "init=/sbin/init"
|
||||
# "loglevel=7"
|
||||
"systemd.debug_shell=1"
|
||||
"systemd.log_level=debug"
|
||||
"disable_splash"
|
||||
];
|
||||
|
||||
netImage =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue