diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-02-01 20:26:13 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-06 13:56:15 +0100 |
commit | 83df0be64ccbf9fa4546a5e80d061544f54b7c30 (patch) | |
tree | c256d1d54245cf99f50887bd632b07c245e2af0c /rootdir | |
parent | 37cd0712cb7da38f4c1178bd27a805b04868021e (diff) |
msm8996-common: fstab: Go back to mounting factory as vendor
* The principal reasons are:
- Just one TWRP for treble and non treble ROMs
- No need to flash anything to switch from treble to non treble ROM
- No need for new users to flash any new zip
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Change-Id: I362d703042d536be9af53ef5319858f1296e69e0
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/fstab.qcom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index c6c99da..b1985f6 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -2,7 +2,7 @@ # The filesystem that contains the filesystem e2fsck binary (typically /system) cannot # specify 'check', and must come before any filesystems that do specify 'check' -# NOTE: /system and /vendor (/factory renamed as /vendor) partitions are now early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only): +# NOTE: /system and /vendor (/factory mounted as /vendor) partitions are now early-mounted and the fstab entry is specified in device tree (duplicated below for recovery image purposes only): # /proc/device-tree/firmware/android/fstab/system # /proc/device-tree/firmware/android/fstab/vendor @@ -12,7 +12,7 @@ /dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,barrier=1,noauto_da_alloc wait,check,latemount,encryptable=footer /dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr,data_flush wait,check,latemount,encryptable=footer /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly -/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1 wait,recoveryonly +/dev/block/bootdevice/by-name/factory /vendor ext4 ro,barrier=1 wait,recoveryonly /dev/block/bootdevice/by-name/cache /cache ext4 nosuid,nodev,noatime,barrier=1 wait,check /dev/block/bootdevice/by-name/cache /cache f2fs nosuid,nodev,noatime,inline_xattr,flush_merge,data_flush wait,check /dev/block/bootdevice/by-name/persist /mnt/vendor/persist ext4 nosuid,nodev,noatime,barrier=1 wait |