From b94d35b9a2325d822dede0a72fca561f7a7daf7a Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 4 Aug 2011 12:55:48 +0200 Subject: /usr: clarify warning a bit We still support a separate /usr if it was somehow mounted by the initrd. Signed-off-by: Tom Gundersen --- rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.sysinit') 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" -- cgit v1.2.3