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
This commit is contained in:
Gavin Chappell 2025-03-01 08:53:06 +00:00 committed by GitHub
parent 0b1b0cb932
commit 1498728e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

View File

@ -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 | `::::::
----------------------------------------------

View File

@ -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"
}