Use EXT4 for /persist am: 83e0b84caf
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19388119 Change-Id: Ic16b53341152a794ae2591e4a7fb25df26b41cd9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
74ff274895
2 changed files with 2 additions and 2 deletions
|
@ -184,7 +184,7 @@ BOARD_SYSTEM_EXTIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
|
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
|
||||||
|
|
||||||
# persist.img
|
# persist.img
|
||||||
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := f2fs
|
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||||
|
|
||||||
########################
|
########################
|
||||||
# Video Codec
|
# Video Codec
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Android fstab file.
|
# Android fstab file.
|
||||||
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
# <src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
||||||
# Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
# Keep persist in an fstab file, since we need to run fsck on it after abnormal shutdown.
|
||||||
/dev/block/platform/14700000.ufs/by-name/persist /mnt/vendor/persist f2fs noatime,nosuid,nodev,sync wait,check,formattable
|
|
||||||
/dev/block/platform/14700000.ufs/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,data=journal,commit=1 wait,check,formattable,metadata_csum
|
/dev/block/platform/14700000.ufs/by-name/persist /mnt/vendor/persist ext4 noatime,nosuid,nodev,data=journal,commit=1 wait,check,formattable,metadata_csum
|
||||||
|
/dev/block/platform/14700000.ufs/by-name/persist /mnt/vendor/persist f2fs noatime,nosuid,nodev,sync wait,check,formattable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue