land: Run fsck on /cache and /persist
These are writeable partitions, so we should fsck them. Change-Id: If575e4aa665ae4007211731d86f1687dc22640b8
This commit is contained in:
parent
43522be692
commit
195915442a
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@
|
|||
/dev/block/bootdevice/by-name/system /system ext4 ro wait
|
||||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr wait,formattable,check,forceencrypt=footer
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,noauto_da_alloc wait,formattable,check,forceencrypt=footer
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,inline_xattr wait,formattable
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime wait,formattable
|
||||
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev wait
|
||||
/dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,inline_xattr wait,formattable,check
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime wait,formattable,check
|
||||
/dev/block/bootdevice/by-name/persist /persist ext4 nosuid,nodev wait,check
|
||||
/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev wait
|
||||
/dev/block/bootdevice/by-name/modem /firmware vfat ro,context=u:object_r:firmware_file:s0,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337 wait
|
||||
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
|
||||
|
|
Loading…
Reference in a new issue