Merge "init.rc: configure memory cgroups"
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 8557af1..af164f7 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -144,14 +144,6 @@
 # This is needed by any process that uses socket tagging.
     chmod 0644 /dev/xt_qtaguid
 
-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
-
 on post-fs
     # once everything is setup, no need to modify /
     mount rootfs rootfs / ro remount