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

Commit 07068de7 authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Revert "HACK: Run e2fsck with -f"

This reverts commit 2cd762d9.

This change adds 12 seconds or so to boot times - we need to revert it
and see if we can find a proper fix to the original problem if it is
still occurring.

Bug: 27849759
Change-Id: Ib3692e436c08468a51529f256f2ce5e9ccd2d35d
parent c1b10a9e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ 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
    };