summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/forth/loader.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc
index 3a4f303..9ba2f27 100644
--- a/sys/boot/forth/loader.rc
+++ b/sys/boot/forth/loader.rc
@@ -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
OpenPOWER on IntegriCloud