FreeBSD Bugzilla – Attachment 167348 Details for
Bug 207069
setting loader password in loader.conf disallows boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Works for me!
check-password.4th.patch (text/plain), 681 bytes, created by
david
on 2016-02-24 06:02:35 UTC
(
hide
)
Description:
Works for me!
Filename:
MIME Type:
Creator:
david
Created:
2016-02-24 06:02:35 UTC
Size:
681 bytes
patch
obsolete
>--- /usr/src/sys/boot/forth/check-password.4th 2016-02-04 19:24:44.000000000 -0500 >+++ /boot/check-password.4th 2016-02-14 13:45:24.442491000 -0500 >@@ -129,7 +129,7 @@ > again \ Enter was not pressed; repeat > ; > >-only forth definitions also password-processing >+only forth definitions also password-processing also support-functions > > : check-password ( -- ) > >@@ -161,6 +161,7 @@ > \ We should prevent the user from visiting the menu or dropping to the > \ interactive loader(8) prompt, but still allow the machine to boot... > >+ s" kernelname" getenv? false = if load_kernel load_modules then > 0 autoboot > > \ Only reached if autoboot fails for any reason (including if/when
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207069
: 167348