Loading init/first_stage_mount.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
init/first_stage_mount.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading