diff options
Diffstat (limited to 'sys/boot/i386/loader/loader.rc')
-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 0000000..d650d99 --- /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.rc +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 |