From 9943858d63c3e2efb658ac7b2328ad9ad9bea78d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 30 Nov 2021 12:57:20 +0100 Subject: [PATCH 323/325] stand/lua/drawer.lua: Change the OS name in the banner to ElectroBSD While at it, suggest to resist unlawful police activities (German). Obtained from: ElectroBSD --- stand/lua/drawer.lua | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index 59a72f26bcd7..f1a8ea7a47f9 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -341,14 +341,17 @@ local function drawlogo() draw(x, y, logodef.graphic) end +-- XXX: The variable should probably be renamed to 'electrobsd_brand' fbsd_brand = { -" ______ ____ _____ _____ ", -" | ____| | _ \\ / ____| __ \\ ", -" | |___ _ __ ___ ___ | |_) | (___ | | | |", -" | ___| '__/ _ \\/ _ \\| _ < \\___ \\| | | |", -" | | | | | __/ __/| |_) |____) | |__| |", -" | | | | | | || | | |", -" |_| |_| \\___|\\___||____/|_____/|_____/ " +" ______ _ _ ____ _____ _____", +" | ____| | | | | _ \\ / ____| __ \\", +" | |__ | | ___ ___| |_ _ __ ___ | |_) | (___ | | | |", +" | __| | |/ _ \\/ __| __| '__/ _ \\| _ < \\___ \\| | | |", +" | |____| | __/ (__| |_| | | (_) | |_) |____) | |__| |", +" |______|_|\\___|\\___|\\__|_| \\___/|____/|_____/|_____/", +" Polizei-Willkuer in Deinem Land? Das erfordert Widerstand!", +" Zu Risiken und Nebenwirkungen fragen Sie Ihren Anwalt oder", +" die Rote Hilfe." } none = {""} -- 2.32.0