mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 20:16:04 +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"
|
"root=/dev/nfs"
|
||||||
"rootwait"
|
"rootwait"
|
||||||
"elevator=deadline"
|
"elevator=deadline"
|
||||||
"console=tty1"
|
# "console=tty1"
|
||||||
"console=serial0,115200n8"
|
# "console=serial0,115200n8"
|
||||||
"init=/sbin/init"
|
# "init=/sbin/init"
|
||||||
"loglevel=7"
|
# "loglevel=7"
|
||||||
|
"systemd.debug_shell=1"
|
||||||
|
"systemd.log_level=debug"
|
||||||
|
"disable_splash"
|
||||||
];
|
];
|
||||||
|
|
||||||
netImage =
|
netImage =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue