Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment