am fb1c9cf6: Merge "use ext4 instead of yaffs"

* commit 'fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48':
  use ext4 instead of yaffs
This commit is contained in:
Nick Kralevich 2013-07-12 11:18:26 -07:00 committed by Android Git Automerger
commit 2713be91a8
1 changed files with 4 additions and 4 deletions

View File

@ -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 /