summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-07-12 11:18:26 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-12 11:18:26 -0700
commit2713be91a84078e8b0b9b755ce17881b750e85a7 (patch)
tree4c026945fa743e143624721fb74d7f2d0dc33705 /rootdir
parenta9396549b37d13c518c662c04f6ff42e9ae47c24 (diff)
parentfb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48 (diff)
downloadsystem_core-2713be91a84078e8b0b9b755ce17881b750e85a7.zip
system_core-2713be91a84078e8b0b9b755ce17881b750e85a7.tar.gz
system_core-2713be91a84078e8b0b9b755ce17881b750e85a7.tar.bz2
am fb1c9cf6: Merge "use ext4 instead of yaffs"
* commit 'fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48': use ext4 instead of yaffs
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 18fc007..dc90c73 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -134,10 +134,10 @@ loglevel 3
on fs
# mount mtd partitions
# Mount /system rw first to give the filesystem a chance to save a checkpoint
- mount yaffs2 mtd@system /system
- mount yaffs2 mtd@system /system ro remount
- mount yaffs2 mtd@userdata /data nosuid nodev
- mount yaffs2 mtd@cache /cache nosuid nodev
+ 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 /