summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 08:06:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 08:06:26 +0000
commita4e472e49517b4017059b5cf5540ec0a529a22d2 (patch)
tree88fd91149004987334093c6fb1a871ddddf23b58 /boot
parent59158a2daeb845cd2699ff1e5737025fb4c363c6 (diff)
downloadpfsense-a4e472e49517b4017059b5cf5540ec0a529a22d2.zip
pfsense-a4e472e49517b4017059b5cf5540ec0a529a22d2.tar.gz
Start beastie menu
Diffstat (limited to 'boot')
-rw-r--r--boot/loader.rc14
1 files changed, 14 insertions, 0 deletions
diff --git a/boot/loader.rc b/boot/loader.rc
index f1ad0c9..395231f 100644
--- a/boot/loader.rc
+++ b/boot/loader.rc
@@ -1,3 +1,17 @@
+\ Loader.rc
+\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4 2005/10/30 05:41:42 scottl Exp $
+\
+\ Includes additional commands
include /boot/loader.4th
+
+\ Reads and processes loader.conf variables
start
+
+\ Tests for password -- executes autoboot first if a password was defined
check-password
+
+\ Load in the boot menu
+include /boot/beastie.4th
+
+\ Start the boot menu
+beastie-start
OpenPOWER on IntegriCloud