* Don't use the -v flag because not every fsck backend knows it.

svn path=/nixos/trunk/; revision=22512
This commit is contained in:
Eelco Dolstra 2010-07-07 14:25:16 +00:00
parent 6856c60ba3
commit b076121430

View file

@ -168,7 +168,7 @@ checkFS() {
return 0
fi
FSTAB_FILE="/etc/mtab" fsck -V -v -C -a "$device"
FSTAB_FILE="/etc/mtab" fsck -V -C -a "$device"
fsckResult=$?
if test $(($fsckResult | 2)) = $fsckResult; then