aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.sysinit b/rc.sysinit
index fbb1894..27ad124 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -36,7 +36,7 @@ run_hook sysinit_start
bootlogd -p /run/bootlogd.pid
if [[ ! -a /usr/lib ]] ; then
- printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n"
+ printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n"
fi
if [[ ! $(grep devtmpfs /proc/filesystems) ]] ; then