aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-08-04 12:55:48 +0200
committerTom Gundersen <teg@jklm.no>2011-08-04 12:55:48 +0200
commitb94d35b9a2325d822dede0a72fca561f7a7daf7a (patch)
treecf25834980f9d4f54b5574dab52f90d40f77024b /rc.sysinit
parent0964929a57076d1edc9f74498aae5e2f7b87d912 (diff)
downloadinitscripts-b94d35b9a2325d822dede0a72fca561f7a7daf7a.tar.xz
/usr: clarify warning a bit
We still support a separate /usr if it was somehow mounted by the initrd. Signed-off-by: Tom Gundersen <teg@jklm.no>
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 a7daad9..86febfa 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -36,7 +36,7 @@ minilogd
bootlogd -p /run/bootlogd.pid
if [[ ! -a /usr/lib ]] ; then
- printf "${C_FAIL}/usr is on a separate partition. This is not supported.${C_OTHER}\n"
+ printf "${C_FAIL}/usr is not mounted. This is not supported.${C_OTHER}\n"
fi
HWCLOCK_PARAMS="--systz"