From: Ben Gras Date: Thu, 1 Sep 2005 16:26:22 +0000 (+0000) Subject: /home fixes X-Git-Tag: v3.1.0~201 X-Git-Url: http://zhaoyanbai.com/repos/icons/static/zpipe.c?a=commitdiff_plain;h=946603a68c005a189afe438434188473556ab7b8;p=minix.git /home fixes --- diff --git a/etc/rc b/etc/rc index 4987bfc54..a3526499d 100755 --- a/etc/rc +++ b/etc/rc @@ -135,7 +135,10 @@ Mount $usr /usr failed -- Single user." then intr fsck -r $home fi mount $usr /usr - mount $home /home + fi + + if [ ! -z "$home" ] + then mount $home /home || echo 'WARNING: couldn't mount $home on /home" fi # This file is necessary for above 'shutdown -C' check.