diff options
| author | beanstown106 <nbenis106@gmail.com> | 2016-12-19 15:44:23 -0500 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2019-08-18 21:09:09 +0200 |
| commit | 4a33f2d33e505c6b37f9c365af363261d3f4c23c (patch) | |
| tree | c8fc0da4bffb42318a3fa64949ba9983acc1fbe3 /fstab.common | |
| parent | ef52170310d624b290b0a42f5fdb5570b9485d17 (diff) | |
marlin/sailfish: disable verity
Change-Id: I5e819911b32a57e018ecf7d1614120964e88031d
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
Diffstat (limited to 'fstab.common')
| -rwxr-xr-x | fstab.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.common b/fstab.common index 7b3ef56f..14b7b3a2 100755 --- a/fstab.common +++ b/fstab.common @@ -6,7 +6,7 @@ # /proc/device-tree/firmware/android/fstab/vendor #<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> -/dev/block/platform/soc/624000.ufshc/by-name/system / ext4 ro,barrier=1 wait,slotselect,verify +/dev/block/platform/soc/624000.ufshc/by-name/system / ext4 ro,barrier=1 wait,slotselect /dev/block/platform/soc/624000.ufshc/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect /dev/block/platform/soc/624000.ufshc/by-name/userdata /data ext4 errors=panic,noatime,nosuid,nodev,barrier=1,noauto_da_alloc latemount,wait,check,formattable,fileencryption=ice,quota,reservedsize=128M /dev/block/zram0 none swap defaults zramsize=536870912,max_comp_streams=4 |
