diff options
| author | Badhri Jagan Sridharan <Badhri@google.com> | 2016-07-13 17:36:56 -0700 |
|---|---|---|
| committer | Badhri Jagan Sridharan <Badhri@google.com> | 2016-07-13 17:38:54 -0700 |
| commit | 062dfea3bd94177f7e24f7b08b4edce4006ae9b6 (patch) | |
| tree | de3a1d7444f25515aaee156af02e0e4779aae296 /fstab.common | |
| parent | f4844f3ec92f3c95a1cb5d87052af7073b997915 (diff) | |
aosp_common: dont verify vendor partition
Disable dm-verity for the vendor partition in AOSP builds. This
allows the device to boot even though verity metadata is signed
with a different key.
Bug: 30074027
Change-Id: I79f1de03367d1bc465891d88cd1568b603ad3994
Diffstat (limited to 'fstab.common')
| -rwxr-xr-x | fstab.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.common b/fstab.common index e7fcb739..f9fc046e 100755 --- a/fstab.common +++ b/fstab.common @@ -4,7 +4,7 @@ #TODO: Add 'check' as fs_mgr_flags with data partition. # Currently we dont have e2fsck compiled. So fs check would failed. - +# NOTE: fstab.aosp_common is used for aosp. Make changes there as well. #<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/vendor /vendor ext4 ro,barrier=1,discard wait,slotselect,verify |
