Due to ramdisk introduced that replace the rootfs partition, adjust the partition numbers to mount.
Signed-off-by: Jeremy Chang <jeremy.ch...@linaro.org> --- init.rc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init.rc b/init.rc index 7f94a21..c2836b9 100644 --- a/init.rc +++ b/init.rc @@ -91,10 +91,10 @@ loglevel 3 on fs # mount mmc partitions - mount ext4 mmc@blk0p3 /system - mount ext4 mmc@blk0p3 /system ro remount - mount ext4 mmc@blk0p5 /cache - mount ext4 mmc@blk0p6 /data + mount ext4 mmc@blk0p2 /system + mount ext4 mmc@blk0p2 /system ro remount + mount ext4 mmc@blk0p3 /cache + mount ext4 mmc@blk0p5 /data on post-fs # once everything is setup, no need to modify / -- 1.7.1 _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev