mount system rw again to handle late init stuff

This commit is contained in:
Micha LaQua 2012-06-05 13:00:55 +03:00
parent aed09e0ff6
commit 7d83230817

View File

@ -9,7 +9,7 @@ on early-init
symlink /mnt/sdcard /sdcard
on fs
mount yaffs2 mtd@system /system ro remount noatime nodiratime
mount yaffs2 mtd@system /system remount noatime nodiratime
mount yaffs2 mtd@userdata /data remount nosuid nodev noatime nodiratime
on post-fs-data