Merge "Restore historical behavior with fsck_msdos (always accept fixes)."
This commit is contained in:
commit
a2518c7fe7
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ status_t Check(const std::string& source) {
|
|||
cmd.push_back(kFsckPath);
|
||||
cmd.push_back("-p");
|
||||
cmd.push_back("-f");
|
||||
cmd.push_back("-y");
|
||||
cmd.push_back(source);
|
||||
|
||||
// Fat devices are currently always untrusted
|
||||
|
|
Loading…
Reference in a new issue