diff options
author | Nick Kralevich <nnk@google.com> | 2013-07-12 13:48:50 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2013-07-12 13:48:50 -0700 |
commit | 9a4913d422f4c18033333afe8e2e1d699b112d44 (patch) | |
tree | c95c6acc783030d48750b763b25bd988bc3002e4 /rootdir | |
parent | 7d6ddc7d395e909d841bb7eadfc12a167076aecf (diff) | |
download | system_core-9a4913d422f4c18033333afe8e2e1d699b112d44.zip system_core-9a4913d422f4c18033333afe8e2e1d699b112d44.tar.gz system_core-9a4913d422f4c18033333afe8e2e1d699b112d44.tar.bz2 |
init.rc: remove "on fs" section
This was only ever used by the emulator. Now the emulator
uses an fstab file.
Change-Id: I1a071e567e1f1a379f9c8079cc2dc17660d8455f
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index dc90c73..6713c6d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -131,14 +131,6 @@ loglevel 3 # This is needed by any process that uses socket tagging. chmod 0644 /dev/xt_qtaguid -on fs -# mount mtd partitions - # Mount /system rw first to give the filesystem a chance to save a checkpoint - 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 / mount rootfs rootfs / ro remount |