Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1a8a82e authored by Robb Glasser's avatar Robb Glasser Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "HACK: Run e2fsck with -f""" into nyc-dev

parents 0fcc2ee4 3fb176cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
    };