summaryrefslogtreecommitdiffstats
path: root/stand/i386/loader/loader.rc
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/loader/loader.rc')
-rw-r--r--stand/i386/loader/loader.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/stand/i386/loader/loader.rc b/stand/i386/loader/loader.rc
new file mode 100644
index 0000000..287c05e
--- /dev/null
+++ b/stand/i386/loader/loader.rc
@@ -0,0 +1,18 @@
+\ Loader.rc
+\ $FreeBSD$
+\
+\ Includes additional commands
+include /boot/loader.4th
+try-include /boot/loader.rc.local
+
+\ Reads and processes loader.conf variables
+initialize
+
+\ 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