am 7d6ddc7d: am 2713be91: am fb1c9cf6: Merge "use ext4 instead of yaffs"
* commit '7d6ddc7d395e909d841bb7eadfc12a167076aecf':
use ext4 instead of yaffs
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5eab0c3..0a21f38 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -134,10 +134,10 @@
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 /