diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-06-15 14:07:16 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-06-15 14:07:16 +0000 |
| commit | 5f3c4bd1d781730d0144f22b8134c50b322c0f89 (patch) | |
| tree | 388479f960eb6b82126e5ad5590aa0de1a6f18e6 /sys/boot/forth | |
| parent | e34a7135945bd51fcedad1555d3e0c07d04efd2d (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc index 6443f3fd79bc..0f9d37eff018 100644 --- a/sys/boot/forth/loader.rc +++ b/sys/boot/forth/loader.rc @@ -10,8 +10,5 @@ start \ Tests for password -- executes autoboot first if a password was defined check-password -\ Load in the boot menu -include /boot/beastie.4th +\ Unless set otherwise, autoboot is automatic at this point -\ Start the boot menu -beastie-start |
