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

Commit e44abc8b authored by Abaakouk Mehdi's avatar Abaakouk Mehdi
Browse files

Add squashfs loop on xbin and module for Dream/Sapphire

Change-Id: I78c7cdaa96097a18ddce8775f1319eff6e7a1291
parent 5a325765
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@ on post-fs
    chown system system /data
    chmod 0771 /data

    # Mount compressed filesystems
    mount squashfs loop@/system/lib/modules/modules.sqf /system/lib/modules ro
    mount squashfs loop@/system/xbin/xbin.sqf /system/xbin ro

    # Create dump dir and collect dumps.
    # Do this before we mount cache so eventually we can use cache for
    # storing dumps on platforms which do not have a dedicated dump partition.