mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Activates password protection (if a password is defined).
Adds $FreeBSD$.
This commit is contained in:
parent
d2290dd57e
commit
c124b1392d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53673
@ -1,4 +1,5 @@
|
||||
\ Loader.rc
|
||||
\ $FreeBSD$
|
||||
\
|
||||
\ Includes additional commands
|
||||
include /boot/loader.4th
|
||||
@ -6,5 +7,8 @@ include /boot/loader.4th
|
||||
\ Reads and processes loader.rc
|
||||
start
|
||||
|
||||
\ Tests for password -- executes autoboot first if a password was defined
|
||||
check-password
|
||||
|
||||
\ Unless set otherwise, autoboot is automatic at this point
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user