From 25238c72aba671a5771717238c4bca31944ca29f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 10 May 2015 19:25:56 +0200 Subject: [PATCH 029/310] beastie.4th: Think of the children and default to showing beastie instead of the sex toy Obtained from: ElectroBSD --- stand/forth/beastie.4th | 4 ++-- stand/forth/beastie.4th.8 | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/stand/forth/beastie.4th b/stand/forth/beastie.4th index f64cf9f8720b..665b9abf2b7e 100644 --- a/stand/forth/beastie.4th +++ b/stand/forth/beastie.4th @@ -64,9 +64,9 @@ variable logoY s" loader_logo" getenv dup -1 = over 0= or if dup 0= if 2drop else drop then \ getenv result unused loader_color? if - s" try-include /boot/logo-orb.4th" + s" try-include /boot/logo-beastie.4th" else - s" try-include /boot/logo-orbbw.4th" + s" try-include /boot/logo-beastiebw.4th" then else 2drop ( c-addr/u -- ) \ getenv result unused diff --git a/stand/forth/beastie.4th.8 b/stand/forth/beastie.4th.8 index 97a5624d5a93..0d120d5a30f9 100644 --- a/stand/forth/beastie.4th.8 +++ b/stand/forth/beastie.4th.8 @@ -107,10 +107,9 @@ Selects the desired logo in the beastie boot menu. Possible values are: .Dq Li fbsdbw , .Dq Li beastie , -.Dq Li beastiebw , +.Dq Li beastiebw (default) , .Dq Li orb , -.Dq Li orbbw -(default), and +.Dq Li orbbw , and .Dq Li none . .It Va loader_logo_x Sets the desired column position of the logo. -- 2.37.1