diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2018-10-24 23:31:33 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2018-10-24 23:31:33 +0000 |
| commit | b913384f54ecba42559340b5c3a0fe82a7185483 (patch) | |
| tree | 022cff8cadb522a3b2873f50568b2d73241af62d | |
| parent | 20b910485cd9004cfe5669743bc702135c32da76 (diff) | |
Notes
| -rw-r--r-- | sys/boot/forth/check-password.4th | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/check-password.4th b/sys/boot/forth/check-password.4th index 26d6b94b78a6..1d6315bb08e6 100644 --- a/sys/boot/forth/check-password.4th +++ b/sys/boot/forth/check-password.4th @@ -154,6 +154,7 @@ variable readlen \ input length \ We should prevent the user from visiting the menu or dropping to the \ interactive loader(8) prompt, but still allow the machine to boot... + any_conf_read? if load_kernel load_modules then 0 autoboot \ Only reached if autoboot fails for any reason (including if/when |
