diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-09-29 04:46:01 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-09-29 04:46:01 +0000 |
| commit | bce2576f49aeb381157f60cd1917a215e5d8d988 (patch) | |
| tree | 9f691df8997b50fef84ffefdafd4195157b4d27d /share/examples/bootforth | |
| parent | de271252c984de5e2b96f8cac2e3e8436cd11b19 (diff) | |
Notes
Diffstat (limited to 'share/examples/bootforth')
| -rw-r--r-- | share/examples/bootforth/menuconf.4th | 6 |
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 |
