diff options
author | Nick Kralevich <nnk@google.com> | 2013-07-12 18:16:47 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-07-12 18:16:48 +0000 |
commit | fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48 (patch) | |
tree | 7fea8c167694f165ec4ba72876af57a76538aad1 | |
parent | 42031e0ed7c1149c6ff3d2f2dc0ef64ff3573fe6 (diff) | |
parent | f4c1512db8f0d2fd19d80487d96db3af7ceaacb5 (diff) | |
download | system_core-fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48.zip system_core-fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48.tar.gz system_core-fb1c9cf6fa4efafb3e0c6b0bc93c7f087d926a48.tar.bz2 |
Merge "use ext4 instead of yaffs"
-rw-r--r-- | rootdir/init.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 5206cd1..065a823 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 / |