summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Chang <jeremy.chang@linaro.org>2011-04-18 15:04:31 +0800
committerPatrik Ryd <patrik.ryd@linaro.org>2011-04-18 10:19:26 +0200
commit88b273f4e92e7e334a0e35e863a0f80a326af90b (patch)
treeeba71fc4856050e35dbd8d73457fe4a6b90a61af
parenta277e25c24ced34626f159a8d6a0bfc2736d39fa (diff)
Decrease the partition numbers for mounting
Due to ramdisk introduced that replace the rootfs partition, adjust the partition numbers to mount. Signed-off-by: Jeremy Chang <jeremy.chang@linaro.org>
-rw-r--r--init.rc8
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 /