Revert "Entries provided via device tree overlays must not repeat in the fstab"

Seems like the DT system entry is not working, anyway this should be
"safe to keep" as the recoveryonly flag is applied to fstab system
entry.

This reverts commit a2f75557cb.
This commit is contained in:
Mister Oyster 2017-12-27 19:03:55 +01:00
parent a2f75557cb
commit 32f2d8b878
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/system /system ext4 ro,lazytime,barrier=0 wait
/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/userdata /data ext4 lazytime,nosuid,nodev,noauto_da_alloc,discard,barrier=0 wait,check,resize,encryptable=/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/metadata
/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/userdata /data f2fs rw,lazytime,nosuid,nodev,inline_xattr,nobarrier wait,check,formattable,encryptable=/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/metadata
/dev/block/platform/mtk-msdc.0/11230000.MSDC0/by-name/cache /cache ext4 lazytime,nosuid,nodev,noauto_da_alloc,discard,barrier=0 wait,check