mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
802e09ac9e
Discussed on hackers and recommended for inclusion into 9.0 at the devsummit. All support email to devin dteske at vicor dot ignoreme dot com . Submitted by: dteske at vicor dot ignoreme dot com Reviewed by: me and many others
18 lines
311 B
Plaintext
18 lines
311 B
Plaintext
\ Loader.rc
|
|
\ $FreeBSD$
|
|
\
|
|
\ 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
|