diff options
-rw-r--r-- | sys/boot/i386/loader/loader.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/loader.rc b/sys/boot/i386/loader/loader.rc new file mode 100644 index 000000000000..6443f3fd79bc --- /dev/null +++ b/sys/boot/i386/loader/loader.rc @@ -0,0 +1,17 @@ +\ 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 |