/home fixes
This commit is contained in:
parent
475a8e8628
commit
946603a68c
5
etc/rc
5
etc/rc
@ -135,7 +135,10 @@ Mount $usr /usr failed -- Single user."
|
|||||||
then intr fsck -r $home
|
then intr fsck -r $home
|
||||||
fi
|
fi
|
||||||
mount $usr /usr
|
mount $usr /usr
|
||||||
mount $home /home
|
fi
|
||||||
|
|
||||||
|
if [ ! -z "$home" ]
|
||||||
|
then mount $home /home || echo 'WARNING: couldn't mount $home on /home"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This file is necessary for above 'shutdown -C' check.
|
# This file is necessary for above 'shutdown -C' check.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user