Merge "Revert "Revert "HACK: Run e2fsck with -f""" into nyc-dev
am: a1a8a82
* commit 'a1a8a82e5dd177b84ab78cbb1630c10057bab80c':
Revert "Revert "HACK: Run e2fsck with -f""
Change-Id: Ifc6b20404e5057093dbe5aa5f1bf82d0d6f568a7
This commit is contained in:
commit
2f5d1da43e
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ static void check_fs(char *blk_device, char *fs_type, char *target)
|
|||
char tmpmnt_opts[64] = "errors=remount-ro";
|
||||
char *e2fsck_argv[] = {
|
||||
E2FSCK_BIN,
|
||||
"-f",
|
||||
"-y",
|
||||
blk_device
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue