Print fsck messages to explain delays
This commit is contained in:
parent
b9defa9abd
commit
5fd54a0d53
1 changed files with 4 additions and 1 deletions
5
etc/rc
5
etc/rc
|
@ -129,10 +129,13 @@ Mount $usr /usr failed -- Single user."
|
||||||
if [ "$fflag" ]
|
if [ "$fflag" ]
|
||||||
then
|
then
|
||||||
umount $usr
|
umount $usr
|
||||||
|
echo "fsck / - $root"
|
||||||
intr fsck -r $root
|
intr fsck -r $root
|
||||||
|
echo "fsck /usr - $usr"
|
||||||
intr fsck -r $usr
|
intr fsck -r $usr
|
||||||
if [ ! -z "$home" ]
|
if [ ! -z "$home" ]
|
||||||
then intr fsck -r $home
|
then echo "fsck /home - $home"
|
||||||
|
intr fsck -r $home
|
||||||
fi
|
fi
|
||||||
mount $usr /usr
|
mount $usr /usr
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue