Machines/WinMax2: add boot debugging specialisation
This commit is contained in:
parent
fb7b164a6c
commit
710e431dad
1 changed files with 9 additions and 0 deletions
|
|
@ -146,4 +146,13 @@
|
|||
# (/run/current-system/configuration.nix). This is useful in case you
|
||||
# accidentally delete configuration.nix.
|
||||
# system.copySystemConfiguration = true;
|
||||
specialisation.bootDebug.configuration = {
|
||||
boot.kernelParams = [
|
||||
"systemd.debug-shell=1"
|
||||
"systemd.log_level=debug"
|
||||
"systemd.log_target=kmsg"
|
||||
"log_buf_len=1M"
|
||||
"printk.devkmsg=on"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue