diff options
Diffstat (limited to 'stand/forth/loader.rc')
-rw-r--r-- | stand/forth/loader.rc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/stand/forth/loader.rc b/stand/forth/loader.rc new file mode 100644 index 000000000000..0bc66579cd0f --- /dev/null +++ b/stand/forth/loader.rc @@ -0,0 +1,23 @@ +\ Loader.rc +\ $FreeBSD$ +\ +\ You should not edit this file! Put any overrides in loader.rc.local +\ instead as this file can be replaced during system updates. +\ +\ Includes additional commands +include /boot/loader.4th +try-include /boot/loader.rc.local + +\ Reads and processes loader.conf variables +\ NOTE: Change to `initialize' if you enable the below boot menu +start + +\ Tests for password -- executes autoboot first if a password was defined +check-password + +\ Uncomment to enable boot menu +\ include /boot/beastie.4th +\ beastie-start + +\ Unless set otherwise, autoboot is automatic at this point + |