Lines Matching +full:boot +full:- +full:up

1 .\" Copyright (c) 2011-2018 Devin Teske
29 .Nm check-password.4th
30 .Nd FreeBSD password-checking boot module
37 .Dl o Prevent modification of boot options without password
53 .Dl include check-password.4th
56 .Pa /boot/loader.4th
57 file, so it is not needed (and should not be re-issued) in a normal setup.
61 .Bl -tag -width disable-module_module -compact -offset indent
62 .It Ic check-password
63 Multi-purpose function that can protect the interactive boot menu,
64 prevent boot without password, or prompt for geli(8) passphrase
69 and if-set, the user cannot continue until the correct password is entered.
75 .Pq case-insensitive
77 device(s) during boot.
81 and if-set, tries to
83 and only prompts for password on failure or user-interrupt.
90 .Bl -tag -width bootlock_password -offset indent
92 Sets the bootlock password (up to 255 characters long) that is required by
93 .Ic check-password
94 to be entered before the system is allowed to boot.
96 Selects whether loader(8) will prompt for GELI credentials, handing-off to the
101 Sets the password (up to 255 characters long) that is required by
102 .Ic check-password
103 before the user is allowed to visit the boot menu.
106 .Bl -tag -width /boot/check-password.4th -compact
107 .It Pa /boot/loader
110 .It Pa /boot/check-password.4th
113 .It Pa /boot/loader.rc
119 .Pa /boot/loader.rc :
121 .Bd -literal -offset indent -compact
122 include /boot/loader.4th
123 check-password
128 to prevent modification of boot options:
130 .Bd -literal -offset indent -compact
138 .Bd -literal -offset indent -compact
139 bootlock_password="boot"
144 to generate a prompt at boot to collect GELI credentials for mounting
148 .Bd -literal -offset indent -compact
164 .An -nosplit