aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/beastie.4th
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
commit5dc6cc42f45870f511ac8eb8a1afcffcdfd88435 (patch)
tree2fa1f2aa7a1f7a446f26d2e5084ab0f1f1b58d0d /sys/boot/forth/beastie.4th
parentdbc595b2aef4a0b0f115d7297ee1234f6ade8d21 (diff)
parent5fc656f1876fd2ec306182f830049874b23fbfa3 (diff)
Notes
Diffstat (limited to 'sys/boot/forth/beastie.4th')
-rw-r--r--sys/boot/forth/beastie.4th5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th
index 52c403f6d1faf..752cce22a4ff6 100644
--- a/sys/boot/forth/beastie.4th
+++ b/sys/boot/forth/beastie.4th
@@ -85,11 +85,6 @@ variable logoY
also support-functions
: beastie-start ( -- ) \ starts the menu
- s" console" getenv dup -1 <> if
- s" efi" 2swap contains? if
- s" set beastie_disable=YES" evaluate
- then
- else drop then
s" beastie_disable" getenv dup -1 <> if
s" YES" compare-insensitive 0= if
any_conf_read? if