Merge "Revert "Revert "HACK: Run e2fsck with -f""" into nyc-dev
This commit is contained in:
commit
a1a8a82e5d
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