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

Commit 934db8a4 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

init: add fs_mgr_overlayfs_mount_all to FirstStageMount

Test: compile & smoke
Bug: 109821005
Bug: 110985612
Change-Id: I51a4b7fc123e736035f74e126f71288721dc9fab
parent c60153f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
#include "fs_mgr.h"
#include "fs_mgr_avb.h"
#include "fs_mgr_dm_linear.h"
#include "fs_mgr_overlayfs.h"
#include "uevent.h"
#include "uevent_listener.h"
#include "util.h"
@@ -351,6 +352,7 @@ bool FirstStageMount::MountPartitions() {
            return false;
        }
    }
    fs_mgr_overlayfs_mount_all();
    return true;
}