aboutsummaryrefslogtreecommitdiff
path: root/share/examples/bootforth
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>1999-09-29 04:46:01 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>1999-09-29 04:46:01 +0000
commitbce2576f49aeb381157f60cd1917a215e5d8d988 (patch)
tree9f691df8997b50fef84ffefdafd4195157b4d27d /share/examples/bootforth
parentde271252c984de5e2b96f8cac2e3e8436cd11b19 (diff)
Notes
Diffstat (limited to 'share/examples/bootforth')
-rw-r--r--share/examples/bootforth/menuconf.4th6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th
index 97efd5af8af49..b1548577f498b 100644
--- a/share/examples/bootforth/menuconf.4th
+++ b/share/examples/bootforth/menuconf.4th
@@ -80,20 +80,20 @@
1 25 at-xy cr
." Loading /boot/stable.conf. Please wait..." cr
s" /boot/stable.conf" read-conf
- boot-conf
+ boot-conf exit
then
dup 50 = if
drop
1 25 at-xy cr
." Loading /boot/current.conf. Please wait..." cr
s" /boot/current.conf" read-conf
- boot-conf
+ boot-conf exit
then
dup 51 = if
drop
1 25 at-xy cr
." Proceeding with standard boot. Please wait..." cr
- boot-conf
+ boot-conf exit
then
dup 52 = if
drop