mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
\ 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
|