am 9a4913d4: init.rc: remove "on fs" section
* commit '9a4913d422f4c18033333afe8e2e1d699b112d44':
init.rc: remove "on fs" section
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 0a21f38..0625704 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -131,14 +131,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 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 /
mount rootfs rootfs / ro remount