diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-15 00:56:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-15 00:56:41 +0300 |
commit | b0d57cc4e0659784b3e7b8ffc1f1224b94cdc563 (patch) | |
tree | 21623e45c819b0f7d9cea72b9030384093540801 | |
parent | 2b9f5022b1ab610c1e6a03e2415fc77ad8833160 (diff) | |
download | init-b0d57cc4e0659784b3e7b8ffc1f1224b94cdc563.tar.gz |
rc.boot: Make the welcome message easier to read
-rwxr-xr-x | rc.boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |