platform_bootable_recovery/recovery_utils
Alessandro Astone b6c2273ed4 recovery: make /etc/fstab only include entries that match the detected fs type
* toybox's `mount` does not support multiple entries like we do,
   so if we can detect the filesystem of an fstab enrtry print that
   and only that one to /etc/fstab, so that mounting via toybox has
   a better chance of succeding.

 * as a bonus, this patch also gets rid of duplicates in /etc/fstab
   caused by the fact that ReadDefaultFstab() combines entries from
   DT and from recovery.fstab

Change-Id: Iec4ab38044054555d2a33da6f5d53de7716e7bee
2024-09-08 01:06:24 +02:00
..
include/recovery_utils recovery_utils: add support for unmounting entire volumes 2024-09-08 01:03:51 +02:00
Android.bp recovery: make /etc/fstab only include entries that match the detected fs type 2024-09-08 01:06:24 +02:00
battery_utils.cpp GetBatteryInfo() also reads AIDL health HAL. 2021-12-06 16:53:58 -08:00
logging.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
parse_install_logs.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00
roots.cpp recovery: make /etc/fstab only include entries that match the detected fs type 2024-09-08 01:06:24 +02:00
thermalutil.cpp otautil: Factor out the utils that're private to recovery. 2019-10-02 10:56:46 -07:00