aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single9
1 files changed, 2 insertions, 7 deletions
diff --git a/rc.single b/rc.single
index 3b0e610..b826959 100755
--- a/rc.single
+++ b/rc.single
@@ -41,13 +41,8 @@ if [ "$PREVLEVEL" != "N" ]; then
fi
if [ "$RUNLEVEL" = "1" ]; then
- if [ "$USECOLOR" = "YES" -o "$USECOLOR" = "yes" ]; then
- echo -e "\033[1;32m|\033[1;0m"
- echo -e "\033[1;31m| \033[1;33mEntering single-user mode...\033[1;0m"
- else
- echo "|"
- echo "| Entering single-user mode..."
- fi
+ printsep
+ printhl "Entering single-user mode..."
exec /sbin/init -t1 S
fi