diff options
| author | Chris Fries <cfries@motorola.com> | 2015-04-08 22:23:25 -0500 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2015-07-18 01:06:49 +0200 |
| commit | a9bf421a9f5e69b31ddf875e63daf2186494d65c (patch) | |
| tree | f5f7db92ae05bf3ef60ddb124b833cfaadef3467 | |
| parent | e8955fe189b4acdacb2843681703f63afbd33ee7 (diff) | |
peregrine: fstab: Mark cache and userdata as "formattable"
Mark cache and userdata as formattable partitions, so that init/fs_mgr
format them during powerup if they are blank.
Change-Id: I6368a667d6535cf4258f616848a19ddc34a4fba6
| -rw-r--r-- | rootdir/etc/fstab.qcom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index 948ba2d..7dcd630 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -3,8 +3,8 @@ # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> /dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,barrier=1 wait -/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,encryptable=footer,length=-16384 -/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,nodiratime,data=writeback,noauto_da_alloc,barrier=1 wait,check +/dev/block/platform/msm_sdcc.1/by-name/userdata /data f2fs rw,nosuid,nodev,noatime,nodiratime,inline_xattr wait,nonremovable,formattable,encryptable=footer,length=-16384 +/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,nosuid,nodev,noatime,nodiratime,data=writeback,noauto_da_alloc,barrier=1 wait,check,formattable /dev/block/platform/msm_sdcc.1/by-name/fsg /fsg ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check /dev/block/platform/msm_sdcc.1/by-name/modem /firmware ext4 ro,nosuid,nodev,barrier=0,context=u:object_r:firmware_file:s0 wait,check /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 defaults wait,check |
