From b0d57cc4e0659784b3e7b8ffc1f1224b94cdc563 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Sat, 15 Aug 2020 00:56:41 +0300
Subject: rc.boot: Make the welcome message easier to read

---
 rc.boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.boot b/rc.boot
index cf0f855..2ac4ee6 100755
--- a/rc.boot
+++ b/rc.boot
@@ -9,7 +9,7 @@
 [ -f /etc/init/rc.conf ] && . /etc/init/rc.conf
 
 # Display a pretty welcome message
-printf '\033[1;36m-> \033[39mWelcome to \033[35mCarbs %s\033[39m!\033[m\n' "$(uname -s)"
+printf '\033[1;36m-> \033[39m%s \033[35m%s\033[39m!\033[m\n' "Welcome to" "Carbs $(uname -s)"
 
 out "Mounting pseudo filesystems..."; {
     mnt nosuid,noexec,nodev    proc     proc /proc
-- 
cgit v1.2.3