diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-25 14:34:39 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-25 14:34:39 -0700 |
commit | 3460659278ee160d8f86693bedb9a93d997eaf48 (patch) | |
tree | f3965959b02ace55a59f5c8edc918081312fa45a /fstab_AB_variant.qcom | |
parent | b3c42d8d3e610dd737f6e124ed097a4e10126c65 (diff) | |
parent | 0810f45824981604d932600ea4739ad26a4f595d (diff) |
Merge "Support the combinations of A/B and split."
Diffstat (limited to 'fstab_AB_variant.qcom')
-rwxr-xr-x | fstab_AB_variant.qcom | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fstab_AB_variant.qcom b/fstab_AB_variant.qcom new file mode 100755 index 0000000..aa1a9b0 --- /dev/null +++ b/fstab_AB_variant.qcom @@ -0,0 +1,17 @@ +# 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. + +# A/B fstab.qcom variant +#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags> +/dev/block/bootdevice/by-name/system / ext4 ro,barrier=1,discard wait,slotselect,verify +/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,lazytime wait,check,forceencrypt=footer,crashcheck +/devices/soc/c084000.sdhci/mmc_host* /storage/sdcard1 vfat nosuid,nodev wait,voldmanaged=sdcard1:auto,encryptable=footer +/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults +/dev/block/bootdevice/by-name/modem /firmware vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect +/dev/block/bootdevice/by-name/bluetooth /bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait,slotselect +/devices/soc/a800000.ssusb/a800000.dwc3/xhci-hcd.0.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto +/dev/block/bootdevice/by-name/dsp /dsp ext4 ro,nosuid,nodev,barrier=1 wait,slotselect |