From 1498728e478944b18d1b30ed9af9b0372e1cc57f Mon Sep 17 00:00:00 2001 From: Gavin Chappell Date: Sat, 1 Mar 2025 08:53:06 +0000 Subject: [PATCH] feat: switch CLI MOTD to the new-style logo (#8382) * feat: switch CLI MOTD to the new-style logo * update bootloader logo * better quality MOTD --- .../service/templates/OPNsense/Auth/motd.in | 14 +++++----- src/root/boot/lua/logo-hourglass.lua.in | 26 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/opnsense/service/templates/OPNsense/Auth/motd.in b/src/opnsense/service/templates/OPNsense/Auth/motd.in index 8192e5331..cc4a3cb0a 100644 --- a/src/opnsense/service/templates/OPNsense/Auth/motd.in +++ b/src/opnsense/service/templates/OPNsense/Auth/motd.in @@ -1,9 +1,9 @@ ---------------------------------------------- -| Hello, this is OPNsense %%CORE_SERIES_FW%% | @@@@@@@@@@@@@@@ -| | @@@@ @@@@ -| Website: https://opnsense.org/ | @@@\\\ ///@@@ -| Handbook: https://docs.opnsense.org/ | )))))))) (((((((( -| Forums: https://forum.opnsense.org/ | @@@/// \\\@@@ -| Code: https://github.com/opnsense | @@@@ @@@@ -| Reddit: https://reddit.com/r/opnsense | @@@@@@@@@@@@@@@ +| Hello, this is OPNsense %%CORE_SERIES_FW%% | ::::::. +| | ::::::::. +| Website: https://opnsense.org/ | ::: ::: +| Handbook: https://docs.opnsense.org/ | ::: ::: +| Forums: https://forum.opnsense.org/ | ::: ::: +| Code: https://github.com/opnsense | `:::::::: +| Reddit: https://reddit.com/r/opnsense | `:::::: ---------------------------------------------- diff --git a/src/root/boot/lua/logo-hourglass.lua.in b/src/root/boot/lua/logo-hourglass.lua.in index 92144765a..b3eaae099 100644 --- a/src/root/boot/lua/logo-hourglass.lua.in +++ b/src/root/boot/lua/logo-hourglass.lua.in @@ -28,19 +28,19 @@ local drawer = require("drawer") local hourglass_color = { -" \027[37;1m @@@@@@@@@@@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -" @@@@@ @@@@@", -" @@@@@ @@@@@ ", -" @@@@@@@@@@@ @@@@@@@@@@@", -" \027[31;1m\\\\\\\\\\ ///// ", -" )))))))))))) (((((((((((", -" ///// \\\\\\\\\\ \027[m", -" \027[37;1m @@@@@@@@@@@ @@@@@@@@@@@", -" @@@@@ @@@@@ ", -" @@@@@ @@@@@", -" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -" @@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +" \027[31;1m ", +" :::::::::::. ", +" :::::::::::::. ", +" :::: ::. ", +" :::: :::: ", +" :::: :::: ", +" :::: :::: ", +" :::: :::: ", +" :::: :::: ", +" `:: :::: ", +" `:::::::::::::: ", +" `:::::::::::: ", +" ", " \027[m ", " %%CORE_SERIES%% ``The Road Ahead'' \027[m" }