Activates password protection (if a password is defined).

Adds $FreeBSD$.
This commit is contained in:
Daniel C. Sobral 1999-11-24 17:59:37 +00:00
parent d2290dd57e
commit c124b1392d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53673

View File

@ -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