Merge "Restore historical behavior with fsck_msdos (always accept fixes)."

gugelfrei
Treehugger Robot 5 years ago committed by Gerrit Code Review
commit a2518c7fe7

@ -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…
Cancel
Save