diff options
author | Ethan Chen <intervigil@gmail.com> | 2015-07-30 15:25:32 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-09-08 15:43:43 -0700 |
commit | 6d2f0622abc25ac43e0e06720d7927a5a31cb065 (patch) | |
tree | aa3ffa98368f8bc4547a78abdd45a346e18351fd /rootdir/init.qcom.rc | |
parent | f0ff107c6abb5b79e4226f3e85d94db2248863a3 (diff) |
shinano: Use fs_mgr to format if unformatted
Change-Id: I5f13c83e0b199c04f7926a7fcda8807eef4d2a03
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index f6bdfac..bced960 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -600,13 +600,6 @@ service time_daemon /system/bin/time_daemon user root group root radio qcom_diag -# create filesystem if necessary -service setup_fs /system/bin/setup_fs /dev/block/platform/msm_sdcc.1/by-name/userdata - class core - user root - group root - oneshot - service charger /sbin/healthd -c class charger seclabel u:r:healthd:s0 |