aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index cd90881..1e9aded 100755
--- a/rc.boot
+++ b/rc.boot
@@ -18,7 +18,8 @@ mnt() {
# Manually set path
PATH=$PATH:/usr/bin:/usr/local/bin
-welcome
+# Display a pretty welcome message
+printf '\033[1;36m-> \033[39mWelcome to \033[35mCarbs %s\033[39m!\033[m\n' "$(uname -s)"
out "Mounting pseudo filesystems..."; {
mnt /proc -o nosuid,noexec,nodev -t proc proc