The system/vendor/product read only partitions will be moved to fstab.ro.system file to easily identify them in the future. Bug: 356425337 Test: $ source build/envsetup.sh $ lunch [zumapro]-trunk_staging-userdebug $ m $ ./vendor/google/tools/flashall -w Flag: EXEMPT bugfix Change-Id: I0402df991160e1fabdfdc5d4e4482320f671ae09
9 lines
1 KiB
Text
9 lines
1 KiB
Text
# Android fstab file.
|
|
#
|
|
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
|
|
/dev/block/platform/13200000.ufs/by-name/boot /boot emmc defaults slotselect,avb=boot,first_stage_mount
|
|
/dev/block/platform/13200000.ufs/by-name/init_boot /init_boot emmc defaults slotselect,avb=init_boot,first_stage_mount
|
|
/dev/block/platform/13200000.ufs/by-name/misc /misc emmc defaults wait
|
|
#/dev/block/platform/13200000.ufs/by-name/pvmfw /pvmfw emmc defaults wait,slotselect,avb=pvmfw,first_stage_mount
|
|
/dev/block/platform/13200000.ufs/by-name/vbmeta /vbmeta emmc defaults slotselect,first_stage_mount
|
|
/devices/platform/11210000.usb* auto vfat defaults voldmanaged=usb:auto
|