[SLOF] [PATCH] Replace the SLOF logo to improve its readability
Thomas Huth
thuth at redhat.com
Tue Apr 25 20:21:37 AEST 2017
The current SLOF logo ASCII art is rather hard to read and also looks
rather ugly in my opinion. Replace it with another ASCII art that is
more readable.
Signed-off-by: Thomas Huth <thuth at redhat.com>
---
BTW, maybe we should rather get rid of the logo completely instead?
Does it still make sense to waste precious boot cycles with this nowadays?
slof/fs/slof-logo.fs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/slof/fs/slof-logo.fs b/slof/fs/slof-logo.fs
index 53d3184..8627109 100644
--- a/slof/fs/slof-logo.fs
+++ b/slof/fs/slof-logo.fs
@@ -11,10 +11,10 @@
\ ****************************************************************************/
: .slof-logo
- cr ." ..`. .. ....... .. ...... ......."
- cr ." ..`...`''.`'. .''``````..''. .`''```''`. `''``````"
- cr ." .`` .:' ': `''..... .''. ''` .''..''......."
- cr ." ``.':.';. ``````''`.''. .''. ''``''`````'`"
- cr ." ``.':':` .....`''.`'`...... `'`.....`''.`'` "
- cr ." .`.`'`` .'`'`````. ``'''''' ``''`'''`. `'` "
+ ." _____ _ ____ _____ " cr
+ ." / ____| | / __ \| ___|" cr
+ ." | (___ | | | | | | |__ " cr
+ ." \___ \| | | | | | __| " cr
+ ." ____) | |__| |__| | | " cr
+ ." |_____/|_____\____/|_| - Slimline Open Firmware" cr
;
--
1.8.3.1
More information about the SLOF
mailing list