summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.rc
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-11-24 17:59:37 +0000
committerdcs <dcs@FreeBSD.org>1999-11-24 17:59:37 +0000
commitce740faa61c9450c9a5dda83685a26fefb032fe1 (patch)
tree91fd934728b7d7fe23925feaa19a639ca9b4f043 /sys/boot/forth/loader.rc
parentce28d94ec38e678631dbb3161f2deb3d431fbd5e (diff)
downloadFreeBSD-src-ce740faa61c9450c9a5dda83685a26fefb032fe1.zip
FreeBSD-src-ce740faa61c9450c9a5dda83685a26fefb032fe1.tar.gz
Activates password protection (if a password is defined).
Adds $FreeBSD$.
Diffstat (limited to 'sys/boot/forth/loader.rc')
-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