mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
* 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 a new issue