diff options
author | Dan Pasanen <dan.pasanen@gmail.com> | 2015-01-13 21:25:26 -0600 |
---|---|---|
committer | Tom Marshall <tdm@cyngn.com> | 2015-11-25 15:35:47 -0800 |
commit | d644eb58fde7d39a416850af3caeb4cbce514ec8 (patch) | |
tree | 8a42e59be879186f543a96f49c929bb5796dd1db /minzip/Android.mk | |
parent | 0176875fba9ceb5674dfd71108fb66fa53164791 (diff) | |
download | bootable_recovery-d644eb58fde7d39a416850af3caeb4cbce514ec8.zip bootable_recovery-d644eb58fde7d39a416850af3caeb4cbce514ec8.tar.gz bootable_recovery-d644eb58fde7d39a416850af3caeb4cbce514ec8.tar.bz2 |
recovery: autodetect filesystem type
* Multiple fstab lines (supported in android) cause recovery to fail
to mount partitions if the fs type is not the same as the first
fstab entry. So when we attempt to find an fstab entry that matches
a path for an f2fs, ext4 or vfat type, check it against blkid's
determination of what filesystem type it is. If there is a discrepancy,
query fs_mgr for the next possible entry that matches that path until
either we find one that is good, or run out of fstab entries.
* Also attempt to autodetect the filesystem type for mounting from
update.zips.
Change-Id: Ib6f4535dd88ef714ae1ca6fb0ffae1c7dac0f7ce
Diffstat (limited to 'minzip/Android.mk')
0 files changed, 0 insertions, 0 deletions