mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
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:
parent
0b1b0cb932
commit
1498728e47
@ -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 | `::::::
|
||||
----------------------------------------------
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user