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

Commit 7d6ddc7d authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 2713be91: am fb1c9cf6: Merge "use ext4 instead of yaffs"

* commit '2713be91':
  use ext4 instead of yaffs
parents 6b78fad1 2713be91
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -134,10 +134,10 @@ loglevel 3
on fs
# mount mtd partitions
    # Mount /system rw first to give the filesystem a chance to save a checkpoint
    mount yaffs2 mtd@system /system
    mount yaffs2 mtd@system /system ro remount
    mount yaffs2 mtd@userdata /data nosuid nodev
    mount yaffs2 mtd@cache /cache nosuid nodev
    mount ext4 mtd@system /system
    mount ext4 mtd@system /system ro remount
    mount ext4 mtd@userdata /data nosuid nodev
    mount ext4 mtd@cache /cache nosuid nodev

on post-fs
    # once everything is setup, no need to modify /