boot: don't timeout on password prompt
This commit is contained in:
parent
f396b3cfbd
commit
5f95eb8b1a
|
@ -16,6 +16,10 @@
|
||||||
"rd.systemd.show_status=false"
|
"rd.systemd.show_status=false"
|
||||||
"rd.udev.log_level=3"
|
"rd.udev.log_level=3"
|
||||||
"udev.log_priority=3"
|
"udev.log_priority=3"
|
||||||
|
|
||||||
|
# Disable password timeout
|
||||||
|
"luks.options=timeout=0"
|
||||||
|
"rootflags=x-systemd.device-timeout=0"
|
||||||
];
|
];
|
||||||
|
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue