* Don't use the -v flag because not every fsck backend knows it.
svn path=/nixos/trunk/; revision=22512
This commit is contained in:
parent
6856c60ba3
commit
b076121430
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user