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

Commit ebb631b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: First Stage Mount observe nofail mount flag"

parents 5fdd77b2 eafc1c3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ bool FirstStageMount::MountPartitions() {
    }

    for (auto fstab_rec : mount_fstab_recs_) {
        if (!MountPartition(fstab_rec)) {
        if (!MountPartition(fstab_rec) && !fs_mgr_is_nofail(fstab_rec)) {
            return false;
        }
    }