From 817fe7d130ce3f4345981b6e28a62f5177cad95d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 30 Nov 2021 13:46:49 +0100 Subject: [PATCH 324/325] 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 f1a8ea7a47f9..35de0fb3827e 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -420,8 +420,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.32.0