aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-11-24 17:59:37 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-11-24 17:59:37 +0000
commitc124b1392d69a55f5f983e9530f9f3bd1610893c (patch)
treedf37cda1f72e06b3e9329071de1cab5c2cac7f23 /sys/boot/forth
parentd2290dd57eedb6bfaeecf9dff9e2f6e98d38b249 (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-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 3a4f3031c244..9ba2f271c89f 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