sdm710-common: Use fstab.qcom for TARGET_RECOVERY_FSTAB
This commit is contained in:
parent
30efc06094
commit
e1cc9860f7
2 changed files with 1 additions and 15 deletions
|
@ -125,7 +125,7 @@ BOARD_ROOT_EXTRA_SYMLINKS := \
|
||||||
/vendor/firmware_mnt:/firmware
|
/vendor/firmware_mnt:/firmware
|
||||||
|
|
||||||
# Recovery
|
# Recovery
|
||||||
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/recovery.fstab
|
TARGET_RECOVERY_FSTAB := $(COMMON_PATH)/rootdir/etc/fstab.qcom
|
||||||
|
|
||||||
# Releasetools
|
# Releasetools
|
||||||
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
|
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
# Android fstab file.
|
|
||||||
# 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
|
|
||||||
|
|
||||||
#TODO: Add 'check' as fs_mgr_flags with data partition.
|
|
||||||
# Currently we dont have e2fsck compiled. So fs check would failed.
|
|
||||||
|
|
||||||
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
||||||
/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1 wait
|
|
||||||
/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait
|
|
||||||
/dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered wait,check
|
|
||||||
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc wait,check,encryptable=footer
|
|
||||||
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
|
|
||||||
/dev/block/bootdevice/by-name/recovery /recovery emmc defaults defaults
|
|
Loading…
Reference in a new issue