aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-15 00:56:41 +0300
committerCem Keylan <cem@ckyln.com>2020-08-15 00:56:41 +0300
commitb0d57cc4e0659784b3e7b8ffc1f1224b94cdc563 (patch)
tree21623e45c819b0f7d9cea72b9030384093540801
parent2b9f5022b1ab610c1e6a03e2415fc77ad8833160 (diff)
downloadinit-b0d57cc4e0659784b3e7b8ffc1f1224b94cdc563.tar.gz
rc.boot: Make the welcome message easier to read
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
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