/home fixes

This commit is contained in:
Ben Gras 2005-09-01 16:26:22 +00:00
parent 475a8e8628
commit 946603a68c

5
etc/rc
View file

@ -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.