summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich2013-07-09 20:06:11 -0500
committerNick Kralevich2013-07-09 20:06:11 -0500
commitf4c1512db8f0d2fd19d80487d96db3af7ceaacb5 (patch)
tree9b99c9e756ad28575aa80b1f01fccb94e7eb3d21 /rootdir/init.rc
parentfafcabd0dd4432de3c7f5956edec23f6ed241b56 (diff)
downloadplatform-system-core-f4c1512db8f0d2fd19d80487d96db3af7ceaacb5.tar.gz
platform-system-core-f4c1512db8f0d2fd19d80487d96db3af7ceaacb5.tar.xz
platform-system-core-f4c1512db8f0d2fd19d80487d96db3af7ceaacb5.zip
use ext4 instead of yaffs
This is needed to allow the emulator to use ext4 images. Bug: https://code.google.com/p/android/issues/detail?id=38561 Change-Id: I02fde6382ad67cf7f4f3b695396841f70bb9301d
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 5206cd157..065a8231c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -134,10 +134,10 @@ loglevel 3
134on fs 134on fs
135# mount mtd partitions 135# mount mtd partitions
136 # Mount /system rw first to give the filesystem a chance to save a checkpoint 136 # Mount /system rw first to give the filesystem a chance to save a checkpoint
137 mount yaffs2 mtd@system /system 137 mount ext4 mtd@system /system
138 mount yaffs2 mtd@system /system ro remount 138 mount ext4 mtd@system /system ro remount
139 mount yaffs2 mtd@userdata /data nosuid nodev 139 mount ext4 mtd@userdata /data nosuid nodev
140 mount yaffs2 mtd@cache /cache nosuid nodev 140 mount ext4 mtd@cache /cache nosuid nodev
141 141
142on post-fs 142on post-fs
143 # once everything is setup, no need to modify / 143 # once everything is setup, no need to modify /