Merge from vendor branch AWK:
[dragonfly.git] / sys / boot / i386 / loader / loader.rc
1 \ Loader.rc
2 \ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.1 2003/05/31 05:25:18 scottl Exp $
3 \ $DragonFly: src/sys/boot/i386/loader/Attic/loader.rc,v 1.1 2003/11/10 06:08:36 dillon Exp $
4 \
5 \ Includes additional commands
6 include /boot/loader.4th
7
8 \ Reads and processes loader.rc
9 start
10
11 \ Tests for password -- executes autoboot first if a password was defined
12 check-password
13
14 \ Load in the boot menu
15 include /boot/beastie.4th
16
17 \ Do the normal initialization and startup
18 initialize drop
19
20 \ Start the boot menu
21 beastie-start