Restore historical behavior with fsck_msdos (always accept fixes).
am: 3601f4790b
Change-Id: I0c362a06814657e2ecf1059a942b7c21cf4e3051
This commit is contained in:
commit
cd5df6e1ef
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