From 0d437c5ef0741c57b8fd6c02b03d6027602077e1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 30 Nov 2021 13:46:49 +0100 Subject: [PATCH 277/310] stand/lua/drawer.lua: Think of the children and default to the beastie logo ... instead of the 'sex toy'. Obtained from: ElectroBSD --- stand/lua/drawer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index 954ee13083f8..cf3c684a8944 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -470,8 +470,8 @@ shift = default_shift -- Module exports drawer.default_brand = 'fbsd' -drawer.default_color_logodef = 'orb' -drawer.default_bw_logodef = 'orbbw' +drawer.default_color_logodef = 'beastie' +drawer.default_bw_logodef = 'beastiebw' -- For when things go terribly wrong; this def should be present here in the -- drawer module in case it's a filesystem issue. drawer.default_fallback_logodef = 'none' -- 2.37.1