Restore historical behavior with fsck_msdos (always accept fixes).
Bug: 133725065 Change-Id: I1d50a7e52fda34e59eb6f051c7fde115a6cd5255
This commit is contained in:
parent
94f300295d
commit
3d3a9a7f1c
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